/nix-openFrameworks-template

Cross-platform (Linux/macOS), minimal standalone openFrameworks app

Primary LanguageNixBSD Zero Clause License0BSD

nix-openFrameworks-template

Build

Using nix

nix build ".?submodules=1"

The application executable will be in result/bin/.

Directly using gn

nix develop
gn gen out
ninja -C out

The application executable will be in out/.