godotjs/javascript

Can I add this to an existing godot install?

TheColorRed opened this issue · 1 comments

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?

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.