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

demo: DirectFB #10

Open konsumer opened 3 weeks ago

konsumer commented 3 weeks ago

it would be massive overkill, and probly a bit impractical, in reality, but DirectFB compiled with only wasi (no other imports) would be an awesome test of framebuffer and input.

I also need to look into sidecar-loading wasm, so I could load just directfb, and load a directfb program using separate wasm. This would mean that the loaded wasm-code would only need to be a directfb application, not the entire stack.