d3dc / react-godot

A React Component to asynchronously load the Godot Engine and bootstrap a .pck
58 stars 20 forks source link

Does this repo support Godot 3.3.2? #5

Open omgmax opened 3 years ago

omgmax commented 3 years ago

Just wondering as it seems it hasn't been updated in a while. I ran into some issues (which I will update below) while trying to integrate a Godot 3.3.2 game.

Thanks for the help.

d3dc commented 3 years ago

Not currently 🙂. I am fairly certain the library injected into window has changed.

I haven't followed Godot development in the last year; if the WebAssembly API isn't totally stable, it would be best for this library to do a bit of version detection - or at least have strict versioning.

I might have some free time to play around with it, but a PR or a fork with a proper publish pipeline are welcome!

monsieurpigeon commented 3 years ago

I can't make this library works yet but i'm motivated.

ezwang commented 11 months ago

Put up a PR https://github.com/d3dc/react-godot/pull/8 to make this work!