godot/platform/javascript
2022-08-22 22:42:36 +02:00
..
api
export Refactor the export checking logic to improve separation of concerns 2022-08-14 09:12:04 -07:00
js Improve performance of screen_get_dpi() in Javascript 2022-08-15 21:12:19 -07:00
.eslintrc.engine.js
.eslintrc.js
.eslintrc.libs.js
audio_driver_javascript.cpp
audio_driver_javascript.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
detect.py refactoring: simplify compiler version check 2022-06-14 22:23:20 +07:00
display_server_javascript.cpp Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
display_server_javascript.h Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
dom_keys.inc
emscripten_helpers.py [HTML5] Add GDNative+Threads build. 2022-06-14 14:09:06 +02:00
godot_audio.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
godot_js.h Add support for multiple virtual keyboard types 2022-08-04 10:41:33 -04:00
godot_webgl2.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
http_client_javascript.cpp
http_client_javascript.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
javascript_main.cpp
javascript_runtime.cpp
javascript_singleton.cpp Remove Signal connect binds 2022-07-29 16:26:13 +02:00
logo.png
os_javascript.cpp HTML5: Add support for Input.vibrate_handheld() 2022-07-27 22:54:41 +03:00
os_javascript.h Overhaul CLI argument forwarding to processes started by the editor 2022-08-19 11:15:56 +02:00
package-lock.json
package.json
platform_config.h
README.md
run_icon.png
SCsub [HTML5] Add GDNative+Threads build. 2022-06-14 14:09:06 +02:00
serve.json

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.