Join Nostr
2025-03-17 21:26:44 UTC

gustav on Nostr: 1) Build an application or game using basic html, javascript and WebGL (for example ...

1) Build an application or game using basic html, javascript and WebGL (for example using three.js)
2) Publish on the web

Now comes the fun part:

3) Build a minimal browser in C that *only* knows how to lay out simple html and run javascript
4) Route the WebGL calls to OpenGL/ES

The original project can now be self-hosted on most hardware built in the last 15 years without bundling it with a gigantic existing browser!

I like this idea because it couples rapid prototyping and distribution in the short term with permanence in the long term. Having very little "free" time nowadays has me looking for smarter ways.