Fabio Alessandrelli f11bed249b [HTML5] Fix focus (again) in Firefox's iframes. hace 3 años
..
api c8b022c165 Provide a getter for the project data directory. hace 4 años
export 42d385b312 clang-format: Disable alignment of operands, too unreliable hace 3 años
js f11bed249b [HTML5] Fix focus (again) in Firefox's iframes. hace 3 años
.eslintrc.engine.js 681c10af45 [HTML5] Document Engine and EngineConfig (jsdoc). hace 4 años
.eslintrc.js bf65c0e479 HTML5: Fix minification error with Emscripten 1.39.9 hace 3 años
.eslintrc.libs.js d61fc468a2 [HTML5] Refactor JS library listeners to OS. hace 3 años
README.md 8a6bc045ea Add logo attribution for Android, HTML5 and Linux platform icons hace 4 años
SCsub b7ac3c1aeb [HTML5] Implement mouse/touch/key events in JS library. hace 3 años
audio_driver_javascript.cpp 2024200182 [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. hace 4 años
audio_driver_javascript.h 2024200182 [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. hace 4 años
detect.py 11d1b0387e [HTML5] Bump initial memory for Web editor hace 3 años
dom_keys.inc 8740e95f15 [HTML5] Add support for `physical_keycode`. hace 4 años
emscripten_helpers.py c906afe045 HTML5: Handle GODOT_VERSION_STATUS env var in @GODOT_VERSION@ hace 4 años
godot_audio.h 2024200182 [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. hace 4 años
godot_js.h 5e2e54a4b4 [HTML5] Refactor display/input JS library code. hace 3 años
http_client.h.inc 23ef985bb8 [HTML5] Use 64KiB chunk size in JS HTTPClient. hace 4 años
http_client_javascript.cpp b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks hace 4 años
javascript_main.cpp 6c1c2ed414 [HTML5] Fix target_fps when window loses focus. hace 4 años
javascript_runtime.cpp 49646383f1 Update copyright statements to 2021 hace 4 años
javascript_singleton.cpp b8f1f13b85 [HTML5] Fix JavaScript string parsing with new interface. hace 4 años
logo.png c8a8be6dd1 Optimize images losslessly using `oxipng -o6 --strip all --zopfli` hace 5 años
os_javascript.cpp 3a61d0990e [HTML5] Editor video driver option. Replace canvas on exit. hace 3 años
os_javascript.h adef4ed958 [HTML5] Remove "maximize" support. hace 3 años
package-lock.json f5e6a2624c JS: Bump ansi-regex version for linter hace 3 años
package.json 2c64218415 [HTML5] Update eslint and jsdoc dependencies. hace 4 años
platform_config.h 49646383f1 Update copyright statements to 2021 hace 4 años
run_icon.png 53e94a1ce1 Optimize images losslessly using `oxipng -o6 --strip all --zopfli` hace 7 años

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.