QUOTE(e7777z777 @ Apr 15 2021, 03:08)

Firefox is waay tooo slow
What year did you last test this?
From the "What could have been, but isn't" department, we came this close to using a Lisp dialect to write scripts in webpages. Now I'm once more sad at what we lost and upset with Java for existing, and by its mere existence corrupting everything else.

[
en.wikipedia.org]
SourceIn unrelated news, succeeded in coercing an RPG Maker MV game with just a .exe bundled into running on Linux using a separate download of nw.js (which apparently RPG Maker MV uses internally). Wasn't really very complicated, but possibly due to my poor search queries I wasn't able to find anyone else doing it (even though I'm certain someone has before).
It's basically just
CODE
/path/to/nwjs/nw /path/to/game
Also, my framerate more than tripled (8fps -> 30fps) when I added the '--disable-gpu' command-line argument on my laptop. That was kind of funny.
It's still a pity nw.js and electron both use V8/chromium, though, since V8 still doesn't fucking build on 32-bit PowerPC and no one cares enough to make it work.
This post has been edited by dragontamer8740: Apr 16 2021, 07:24