godot/platform/javascript/api
Fabio Alessandrelli e2083871eb [HTML5] Port JavaScript inline code to libraries.
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).
2020-11-10 11:42:51 +01:00
..
api.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
api.h Adding missing include guards to header files identified by LGTM. 2020-03-23 04:52:36 -04:00
javascript_eval.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
javascript_tools_editor_plugin.cpp [HTML5] Port JavaScript inline code to libraries. 2020-11-10 11:42:51 +01:00
javascript_tools_editor_plugin.h [HTML5] Add JavaScriptToolsEditorPlugin. 2020-10-14 12:31:20 +02:00