This template is a starting point for making GTK applications using Gir.Core, and Blueprint.
- Install the latest version of the dotnet sdk
- Install the blueprint compiler.
- Install this template using
dotnet new install TenderOwl.GirCoreTemplate.CSharp
Create a new project using:
dotnet new gnome-gircore \
--app-id com.example.MyApp \
--developer-name "Tender Owl" \
-o MyApp- Open folder in Builder
- Press
Shift+Ctrl+SpaceorRun Projectbutton
Or build with command line:
flatpak-builder build-dir --user --force-clean --install --repo=repo --arch=linux-x64 build-aux/<APP_ID>.yamlSee the flatpak dotnet guide for more information.