Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 996 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 996 Bytes

A Template for making GTK applications using gircore

This template is a starting point for making GTK applications using gircore, and blueprint.

Installing

  • Install the latest version of the dotnet sdk
  • Install the blueprint compiler.
  • Install this template using dotnet new install DitherWither.GirCoreTemplates

Steps for using

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.

TODO for this template

  • Add icons and appdata files to the template.