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

3D #7

Open konsumer opened 3 weeks ago

konsumer commented 3 weeks ago

3D support would be very nice, but I'm not sure how it works (seems pretty complicated.)

I think directfb has some ideas to look at. I think this is a rudimentary software GL implementation...

Key thing for me is that I don't want to have to expose anything other than device-files for it to work. Even if not practical for normal games, glut + glew (compiled to wasi, with no other imports) should be able to utilize it, for this to be considered fully supported.