|
|
|
|
|
by javajosh
3386 days ago
|
|
I would add that there is absolutely no technical reason why an application expressed in one language need not be as fast as an application expressed in another. First, compilers improve static analysis, and second, JIT analysis will also improve. For this sort of thing, running on the GPU matters a lot more than source language, and WebGL has you covered there. |
|
WebGL is a huge bonus, but WebAssembly will also be important for a lot of web-based VR.