coinconclusive
Results
3
comments of
coinconclusive
Interesting post about rendering UIs: https://zed.dev/blog/videogame
i dont think reimplementing the canvas api would give any gains, it might even be slower. a completely custom renderer is the way to go i think. i'll take a...
[servo's webrender](https://github.com/servo/webrender) looks promising, although it looks like its using opengl instead of wpgu, but that shouldn't be much of a problem. im going to try to understand how it...