Lisandro Lorea d92f9017c6 Fix gamepad triggers not working on web exports před 3 měsíci
..
api 1bcbbe96c4 Organize existing code for editor plugins před 6 měsíci
doc_classes 24c9d442e9 [Doc] Fix some incorrect uses of `a/an` před 8 měsíci
export 2b4ade1ed6 Fix AudioStreamPlayer get_playback_position() for web build před 1 měsícem
js 219ddde30c Honor `pitch_scale` value before playing audio sample před 1 měsícem
README.md 4c1f11944e Update all outdated online documentation links před 1 rokem
SCsub 67c06866de [Web] Remove unnecessary EMCC_FORCE_STDLIBS in dlink builds před 4 měsíci
audio_driver_web.cpp 219ddde30c Honor `pitch_scale` value before playing audio sample před 1 měsícem
audio_driver_web.h 2b4ade1ed6 Fix AudioStreamPlayer get_playback_position() for web build před 1 měsícem
detect.py 26f17c33a5 [Web] Add workaround for missing export in threaded builds před 3 měsíci
display_server_web.cpp d92f9017c6 Fix gamepad triggers not working on web exports před 1 měsícem
display_server_web.h ac6f5780b1 Merge pull request #91695 from bruvzg/web_ime_pos před 5 měsíci
dom_keys.inc 8406e60522 Add InputEventKey.location to tell left from right před 9 měsíci
emscripten_helpers.py 2b4ade1ed6 Fix AudioStreamPlayer get_playback_position() for web build před 1 měsícem
eslint.config.cjs 52fa4f05f3 Add samples playback support před 4 měsíci
godot_audio.h 219ddde30c Honor `pitch_scale` value before playing audio sample před 1 měsícem
godot_js.h f9486a2d88 [Web] Add IME input support. před 11 měsíci
godot_webgl2.h 275c496bc8 Add MSAA support for WebXR před 11 měsíci
http_client_web.cpp f4713d235a [Web] Always return -1 as body length in HTTPClientWeb. před 1 rokem
http_client_web.h f4713d235a [Web] Always return -1 as body length in HTTPClientWeb. před 1 rokem
javascript_bridge_singleton.cpp 4ed62665a2 Replace `.bind(...).call_deferred()` with `.call_deferred(...)` před 5 měsíci
os_web.cpp 955d5affa8 Reduce and prevent unnecessary random-access to `List` před 6 měsíci
os_web.h 789c6ebdfd Implement `amplitude` to Input.vibrate_handheld před 6 měsíci
package-lock.json 1a89ae70eb Upgrade to eslint 9 před 5 měsíci
package.json 1a89ae70eb Upgrade to eslint 9 před 5 měsíci
platform_config.h 1887a9df19 [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching. před 1 rokem
platform_gl.h 8e242fe7c1 Disable `*glGetProcAddress()` on the web před 4 měsíci
serve.py d9f8ef68df Update pre-commit hooks configuration to use `ruff` instead of `black` před 5 měsíci
web_main.cpp ce16818dd5 Fix missing include in Web main after #93906 před 4 měsíci
web_runtime.cpp d95794ec8a One Copyright Update to rule them all před 1 rokem

README.md

Web platform port

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

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

See also misc/dist/html folder for additional files used by this platform such as the html shell (web page).

Documentation

Artwork license

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