mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
The API is implemented in javascript, and generates C functions that can be called from godot. This allows much cleaner code replacing all `EM_ASM` calls in our C++ code with plain C function calls. This also gets rid of few hacks and comes with few optimizations (e.g. custom cursor shapes should be much faster now). |
||
|---|---|---|
| .. | ||
| api.cpp | ||
| api.h | ||
| javascript_eval.h | ||
| javascript_tools_editor_plugin.cpp | ||
| javascript_tools_editor_plugin.h | ||