←back to thread

You can make PS2 games in JavaScript

(jslegenddev.substack.com)
230 points tosh | 7 comments | | HN request time: 0s | source | bottom
1. mclau153 ◴[] No.46007111[source]
people will do anything to avoid using .gdscript and Godot....
replies(2): >>46007337 #>>46007362 #
2. ronsor ◴[] No.46007337[source]
I like Godot, but you're not getting it running on a PS2.
replies(1): >>46007528 #
3. turnsout ◴[] No.46007362[source]
To be fair, it's not as simple as building in Godot and exporting to PS2.
replies(1): >>46007747 #
4. charcircuit ◴[] No.46007528[source]
gdscript does not do any fancy JIT or AOT compiling. I don't see why you can't get gdscript running fairly easily.
replies(1): >>46009641 #
5. bob1029 ◴[] No.46007747[source]
https://github.com/distrohelena/retrongin

Unity has at least one experimental option that does exactly this.

replies(1): >>46007791 #
6. turnsout ◴[] No.46007791{3}[source]
It's too bad that Unity is a horrible company and a dying platform
7. wk_end ◴[] No.46009641{3}[source]
gdscript itself, sure, why not. Porting the entire Godot engine would be a real feat though, especially because of the PS2’s technical limitations.