gircore / gir.core

A C# binding generator for GObject based libraries providing a C# friendly API surface
https://gircore.github.io/
MIT License
279 stars 29 forks source link

Verify support for blueprint #602

Open badcel opened 2 years ago

badcel commented 2 years ago

https://gitlab.gnome.org/jwestman/blueprint-compiler

If it works create a sample.

Daniel15 commented 1 week ago

Blueprint works great. I'm using the same approach as https://github.com/TenderOwl/gircore-blueprint-template which is to run the Blueprint compiler as a pre-build step, then use the resulting .ui file.

Proper MSBuild support would be good, but that's tracked in #694.