This is a bit out of scope for this project, but I would like to host wasi + devices, natively, in wamr or something.
This would mean all the demos that run here can run without a browser. minifb and miniaudio are nice, small & cross-platform, and would cover input/framebuffer/sound.
This could be the basis of null0, where you can make your game in anything, and run it on anything. The low-level devices would be available to mess with directly, but also higher-level helpers (like pntr) could be added to host for drawing, decoding, etc.
This is a bit out of scope for this project, but I would like to host wasi + devices, natively, in wamr or something.
This would mean all the demos that run here can run without a browser. minifb and miniaudio are nice, small & cross-platform, and would cover input/framebuffer/sound.
This could be the basis of null0, where you can make your game in anything, and run it on anything. The low-level devices would be available to mess with directly, but also higher-level helpers (like pntr) could be added to host for drawing, decoding, etc.