TenderOwl / gircore-blueprint-template

A Template for applications using Gtk4 for C# using Gir.Core and Blueprint.
MIT License
1 stars 1 forks source link

A Template for making GTK applications using Gir.Core

This template is a starting point for making GTK applications using Gir.Core, and Blueprint.

Installing

Steps for using

Create a new project using:

dotnet new gnome-gircore \
  --app-id com.example.MyApp \
  --display-name "My app" \
  --developer-name "Tender Owl" \
  -o MyApp

Run with GNOME Builder