Skip to content

A Template for applications using Gtk4 for C# using Gir.Core and Blueprint.

License

Notifications You must be signed in to change notification settings

TenderOwl/gircore-blueprint-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Install the latest version of the dotnet sdk
  • Install the blueprint compiler.
  • Install this template using dotnet new install TenderOwl.GirCoreTemplate.CSharp

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

  • Open folder in Builder
  • Press Shift+Ctrl+Space or Run Project button

About

A Template for applications using Gtk4 for C# using Gir.Core and Blueprint.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 62.3%
  • Meson 37.7%