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_embedderflutter create myappcd myapp && flutter build bundlezig build runTODO: add more examples
These links helped me, but to be quite honest, only in spirit. They contain almost no useful information.