-SkyLock24- 2021-02-11 20:10
Is it possible to make games with JavaScript?
was8bit 2021-02-12 05:00
Here... nope...
G-9 2021-02-12 07:29
No, but web-lowresnx-player was bulit with it if i remember...
Timo 2021-02-12 10:20
The web player is still the normal code written in C, but it's compiled with "Emscripten". This outputs a mix of JavaScript and WebAssembly, which runs directly in the browser. This is quite cool technology actually :)
But no, in LowRes NX you cannot program in JavaScript. But you can do it directly with HTML5 etc.
Seba06 2021-02-12 12:42
JavaScript to NX compiler?
G-9 2021-02-12 12:44
No , just inverse
NX to Web compiler :)
Seba06 2021-02-12 12:44
yes, but it would be cool if someone made it
-SkyLock24- 2021-02-12 19:48
I mean in a JS processor
qwaffe 2021-02-13 01:02
i mean, if you mean in general (outside NX), yes you can make games with javascript
G-9 2021-02-16 12:26
A JS processor ? Actually if you want to do it you can :)
It will be perfect with RetroArch