Rob Blanckaert
Rob Blanckaert
When importing a mesh, allow the user to simplify the created physics TriMesh with mesh optimizer.
Adds a new simplification option to the model importer when the trimesh physics mesh mode is selected similar to how the options for convex decomposition are presented. Also adds GDScript...
This would allow calling function that expect to be passed a c function pointer argument.
SceneImportSettings uses a timer to debounce updates, but the timer isn't a one shot. This means after the first update is scheduled, the dialog keeps re-rendering even though no update...
**Work in Progress** Implements https://github.com/godotengine/godot-proposals/issues/2321 Currently the API is very simple, a new method is created `OS.send_midi` that accepts a InputEventMIDI and sends it to the midi device specified in...
A common way to pass a callback into as wasm program is to insert the callback into the indirect function call table. (See library_addfunction.js from emscripten). In javascript, the type...
Adds WASM32 as a new platform, allowing it provide an implementation of the wasm-c-api interpreter to applications that themselves want to be compiled to wasm.