godot-module-template/engine/platform/web
Sara c3f9669b10 Add 'engine/' from commit 'a8e37fc010'
git-subtree-dir: engine
git-subtree-mainline: b74841629e
git-subtree-split: a8e37fc010
2026-03-13 11:22:19 +01:00
..
api Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
doc_classes Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
editor Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
export Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
js Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
audio_driver_web.cpp Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
audio_driver_web.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
detect.py Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
display_server_web.cpp Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
display_server_web.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
dom_keys.inc Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
emscripten_helpers.py Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
eslint.config.cjs Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
godot_audio.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
godot_js.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
godot_midi.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
godot_webgl2.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
http_client_web.cpp Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
http_client_web.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
ip_web.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
javascript_bridge_singleton.cpp Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
net_socket_web.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
os_web.cpp Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
os_web.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
package-lock.json Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
package.json Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
platform_config.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
platform_gl.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
README.md Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
SCsub Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
serve.py Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
web_main.cpp Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
web_runtime.cpp Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
webmidi_driver.cpp Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
webmidi_driver.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00

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.svg and run_icon.svg are licensed under Creative Commons Attribution 3.0 Unported per the HTML5 logo usage guidelines.