Rémi Verschelde 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 3 anni fa
..
api a7ba227631 Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master 4 anni fa
export 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 3 anni fa
js 68616edcbc [HTML5] Refactor JS library listeners to OS. 4 anni fa
.eslintrc.engine.js 018ee5a4dc [HTML5] Document Engine and EngineConfig (jsdoc). 4 anni fa
.eslintrc.js 23b51a1708 HTML5: Fix minification error with Emscripten 1.39.9 4 anni fa
.eslintrc.libs.js 68616edcbc [HTML5] Refactor JS library listeners to OS. 4 anni fa
README.md 1513aa9b26 Add logo attribution for Android, HTML5 and Linux platform icons 4 anni fa
SCsub b2d30c725d [HTML5] Implement mouse/touch/key events in JS library. 4 anni fa
audio_driver_javascript.cpp 7e51e4cb84 Fix some LGTM errors of "Multiplication result converted to larger type" 3 anni fa
audio_driver_javascript.h 246334b836 [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. 4 anni fa
detect.py cd21cc683a SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct 3 anni fa
display_server_javascript.cpp c494e442bc [HTML5] Refactor display/input JS library code. 4 anni fa
display_server_javascript.h 7d6c1fdb32 [HTML5] Implement window blur in JS library. 4 anni fa
dom_keys.inc fa3a32a2d6 Use Key enum instead of plain integers 4 anni fa
emscripten_helpers.py 16f49d4b29 HTML5: Handle GODOT_VERSION_STATUS env var in @GODOT_VERSION@ 4 anni fa
godot_audio.h 246334b836 [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. 4 anni fa
godot_js.h c494e442bc [HTML5] Refactor display/input JS library code. 4 anni fa
http_client_javascript.cpp b00c4a4360 [Net] Makes HTTPClient a custom instance class. 4 anni fa
http_client_javascript.h b00c4a4360 [Net] Makes HTTPClient a custom instance class. 4 anni fa
javascript_main.cpp 6631f66c2a Optimize StringName usage 4 anni fa
javascript_runtime.cpp b5334d14f7 Update copyright statements to 2021 4 anni fa
javascript_singleton.cpp d4e302a3a4 [HTML5] Fix JavaScript string parsing with new interface. 4 anni fa
logo.png c8a8be6dd1 Optimize images losslessly using `oxipng -o6 --strip all --zopfli` 6 anni fa
os_javascript.cpp 246334b836 [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. 4 anni fa
os_javascript.h 246334b836 [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. 4 anni fa
package-lock.json 5f7bbc2b57 JS: Bump ansi-regex version for linter 3 anni fa
package.json a1cbb6daa6 [HTML5] Update eslint and jsdoc dependencies. 4 anni fa
platform_config.h b5334d14f7 Update copyright statements to 2021 4 anni fa
run_icon.png 53e94a1ce1 Optimize images losslessly using `oxipng -o6 --strip all --zopfli` 7 anni fa

README.md

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.