|
|
|
|
|
by timschmidt
297 days ago
|
|
In https://github.com/timschmidt/alumina-ui I've been building for WASM using the egui toolkit which just accepts an HTML canvas the size of the browser and starts shouting WebGL at it. I get to forget about HTML and Javascript, CSS, most of the complication of the browser and web, and just write an application in my favorite language which will run fast and deliver GL accelerated graphics to it's users. I am really happy with WASM / WebGL for being abstractions which allows for this. |
|
Cool that you’re creating an actual desktop-style gl app with it.