Results 14 comments of jdh

They function as modules in the emulator - see `screen.c` and `kb.c` for examples. I think I'll spend some time in the next couple days though cleaning up the module...

None, IIRC - BGFX is set to target Vulkan and then you use the MoltenVK dynamic library (from (MoltenVK Path)/dylib/macOS/libMoltenVK.dylib) alongside the application

you could always have ```c sg_setup(&(sg_desc) { .state = NULL }); // or sg_setup(&(sg_desc) { 0 }); ``` go to some fallback some fallback `static sg_state ...;` declared in the...

> Hello - I notice that master branch is up to date with the original fork posted here (unless github is misleading me) Is it generally possible to get live...