This template is a starting point for making GTK applications using gircore, and blueprint.
- Install the latest version of the dotnet sdk
- Install the blueprint compiler.
- Install this template using
dotnet new install DitherWither.GirCoreTemplates
Create a new project using dotnet new gircore-blueprint --app-id com.example.MyApp --display-name "My app"
, replacing com.example.MyApp
with an app id follows the reverse domain name format. See the documentation for app id on gnome docs. Also replace My app
with the name of your application.
- Add icons and appdata files to the template.