|
|
|
|
|
by ckocagil
656 days ago
|
|
Performance. JS would need to run 60 times a second without hiccups. But JS is single-threaded, therefore any time something clogs your main thread you'll skip a frame. Plus, as incredible as modern JS engines are they're still not as efficient as the native code, which leads to extra CPU usage and that spells trouble for battery life. |
|
JS should just do the same in the browser instead of relying on an arcane language not designed for this