|
|
|
|
|
by diggan
710 days ago
|
|
JavaScript is probably the language who has seen the most human-hours spent on optimizations for the various engines. Too bad we cant just rely on JS only and have to involve a bunch of DOM operations, which is usually the slow part of the UIs we create. |
|
No? With WebGL and soon WebGPU, or in this case here with writing to a imagebuffer and just passing that to canvas, you don't have to use the DOM anymore since quite a while.
(but then you don't get all the nice things html offers, like displaying and styling text etc)