konsumer / web-zen-dev

Easily make games in WASI that use 2D graphics, sound, and input
http://konsumer.js.org/web-zen-dev/
2 stars 0 forks source link

native host #2

Open konsumer opened 3 weeks ago

konsumer commented 3 weeks ago

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.