codot/godot-3.x/platform/javascript
2022-03-13 13:48:59 +01:00
..
api Initial commit. 2022-03-13 13:48:59 +01:00
export Initial commit. 2022-03-13 13:48:59 +01:00
js Initial commit. 2022-03-13 13:48:59 +01:00
.eslintrc.engine.js Initial commit. 2022-03-13 13:48:59 +01:00
.eslintrc.js Initial commit. 2022-03-13 13:48:59 +01:00
.eslintrc.libs.js Initial commit. 2022-03-13 13:48:59 +01:00
audio_driver_javascript.cpp Initial commit. 2022-03-13 13:48:59 +01:00
audio_driver_javascript.h Initial commit. 2022-03-13 13:48:59 +01:00
detect.py Initial commit. 2022-03-13 13:48:59 +01:00
dom_keys.inc Initial commit. 2022-03-13 13:48:59 +01:00
emscripten_helpers.py Initial commit. 2022-03-13 13:48:59 +01:00
godot_audio.h Initial commit. 2022-03-13 13:48:59 +01:00
godot_js.h Initial commit. 2022-03-13 13:48:59 +01:00
godot_webgl2.cpp Initial commit. 2022-03-13 13:48:59 +01:00
godot_webgl2.h Initial commit. 2022-03-13 13:48:59 +01:00
http_client_javascript.cpp Initial commit. 2022-03-13 13:48:59 +01:00
http_client.h.inc Initial commit. 2022-03-13 13:48:59 +01:00
javascript_main.cpp Initial commit. 2022-03-13 13:48:59 +01:00
javascript_runtime.cpp Initial commit. 2022-03-13 13:48:59 +01:00
javascript_singleton.cpp Initial commit. 2022-03-13 13:48:59 +01:00
logo.png Initial commit. 2022-03-13 13:48:59 +01:00
os_javascript.cpp Initial commit. 2022-03-13 13:48:59 +01:00
os_javascript.h Initial commit. 2022-03-13 13:48:59 +01:00
package-lock.json Initial commit. 2022-03-13 13:48:59 +01:00
package.json Initial commit. 2022-03-13 13:48:59 +01:00
platform_config.h Initial commit. 2022-03-13 13:48:59 +01:00
README.md Initial commit. 2022-03-13 13:48:59 +01:00
run_icon.png Initial commit. 2022-03-13 13:48:59 +01:00
SCsub Initial commit. 2022-03-13 13:48:59 +01:00
serve.json Initial commit. 2022-03-13 13:48:59 +01:00

HTML5 platform port

This folder contains the C++ and JavaScript code for the HTML5/WebAssembly platform port, compiled using Emscripten.

It also contains a ESLint linting setup (see package.json).

See also misc/dist/html folder for files used by this platform such as the HTML5 shell.

Artwork license

logo.png and run_icon.png are licensed under Creative Commons Attribution 3.0 Unported per the HTML5 logo usage guidelines.