blueprint-compiler

Compile markup language into GTK 4 user interface code

brewmacoslinux
Try with needOr install directly
Source

About

Markup language and compiler for GTK 4 user interfaces

Commands

blueprint-compiler

Examples

convert blueprint file to GTK user interface XML$ blueprint-compiler compile interface.blp -o interface.ui
check blueprint syntax without generating output$ blueprint-compiler batch-compile --dry-run interface.blp
compile all blueprint files in a directory$ blueprint-compiler batch-compile src/
convert GTK UI XML back to blueprint markup$ blueprint-compiler decompile interface.ui -o interface.blp
compile blueprint and watch for file changes$ blueprint-compiler compile --watch interface.blp -o interface.ui