godotjs / javascript

Javascript binding for godotengine
https://godotjs.github.io/
MIT License
963 stars 84 forks source link

4.2+ support #193

Open knervous opened 3 months ago

knervous commented 3 months ago

Hello, excellent work here, got things running smoothly on 4.1. There are some features I need from godot 4.2 and am wondering what the roadmap looks like here for upgrading versions and maintenance? Going to start working through compiler errors to get the 4.2 branch working but wondered if there are any docs/discussion around upgrading.

Unrelated question, is there support for typed arrays to bridge for an html5 export?

Inateno commented 4 weeks ago

Hey, did you managed to build godot 4.2+ with this modules?

I am interested!

nmerget commented 23 hours ago

Hey, there is some older "Roadmap".

I'm focusing fixing issues for 4.1 at the moment. Next step would be to convert the repo to a GDExtension. Afterwards, I want to upgrade to new versions 👍

Geequlim commented 12 hours ago

Thanks @nmerget for your contribution to this project. I apologize for not being able to find enough time in the short term to carry out the previous plans.

I have observed that the Godot community has grown rapidly in recent years, attracting a lot of interest from developers outside the community. However, for mobile game companies like mine that are developing commercial projects, the cost and risks of using Godot are currently too high.

Therefore, my suggestion for this project is to get it into a usable state as early as possible. This "usable state" should be sufficient for developing small game projects or game development tools. The project needs to attract more people with experience in the JavaScript ecosystem to try Godot, rather than relying solely on seasoned Unity/GDscript users.