|
|
|
|
|
by themerone
871 days ago
|
|
They are talking about using webgpu for rendering to screen without going through a browser. Webgpu and wasm without a web browser would be a nice way to distribute portable sandboxed code. The reason for Webgpu is that it it has semantics closer to modern modern apis like Metal or Direct X. |
|
People doing hardware accelerated GUIs have been using openGL for almost as long. This doesn't need to be a science project or a rabbit hole, drawing a GUI quickly is well worn territory.