ConnorRigby/zig-flutter-embedder
FlutterEmbedderGLFW.cc ported to idomatic zig
The setup for this is currently sort of convoluted. TODO: automate this process in the future..
find / -name "engine.version"
unzip flutter_embedder
flutter create myapp
cd myapp && flutter build bundle
zig build run
TODO: add more examples
These links helped me, but to be quite honest, only in spirit. They contain almost no useful information.