godot/platform/javascript/api
Fabio Alessandrelli e52ed6d89e [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 10:56:13 +01:00
..
api.cpp [HTML5] Add JavaScriptToolsEditorPlugin. 2020-10-14 11:20:20 +02:00
api.h Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
javascript_eval.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
javascript_tools_editor_plugin.cpp [HTML5] Port JavaScript inline code to libraries. 2020-11-10 10:56:13 +01:00
javascript_tools_editor_plugin.h Improve Project Manager video driver selection. 2020-10-14 12:32:35 +02:00