←back to thread

You can make PS2 games in JavaScript

(jslegenddev.substack.com)
230 points tosh | 1 comments | | HN request time: 0.214s | source
Show context
mclau153 ◴[] No.46007111[source]
people will do anything to avoid using .gdscript and Godot....
replies(2): >>46007337 #>>46007362 #
ronsor ◴[] No.46007337[source]
I like Godot, but you're not getting it running on a PS2.
replies(1): >>46007528 #
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 #
1. wk_end ◴[] No.46009641[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.