Geequlim / ECMAScript

Javascript binding for godotengine
MIT License
959 stars 84 forks source link

Can I add this to an existing godot install? #180

Open TheColorRed opened 9 months ago

TheColorRed commented 9 months ago

I am new to how GDExtension works, and was wondering can this be added to an already installed version of Godot? I got my version from the Steam store. Can I add this extension to that or do I have to install the one that is in the releases?

nmerget commented 7 months ago

You need to use the release or build the binary by yourself. There is a "Roadmap", so I guess the plan is to make a GDExtension. The biggest problem is that the current implementation contains a lot of issues for version 4.1+. It makes sense to fix most of the issues before converting it into an extension.