Open maresc-g opened 2 weeks ago
So I had to update the code because for some reason it is not possible to use std::system_clock::now
so I am using godot::Time
now instead
Also for people that want to know how to build a web plugin, you need to install emscripten but apparently you need to install the same version as godot which seems to be 3.1.63
(for godot 4.3)
Then you need to source ./emsdk_env.sh
before you can build the plugin with scons platform=web
Also don't forget to enable this for the web export in your godot project
So now the project starts in the web browser but I still have some issues because the time doesn't seem to move in the MidiPlayer
thread, I don't know why yet. I don't get any events and the current_time
is not updated.
Hello,
Do you plan on making your plugin available for web platforms ? Right now the web export fails with this error
Thanks