godot/platform/web
2022-09-30 19:03:17 +07:00
..
api Rename JavaScript singleton to JavaScriptBridge 2022-09-02 21:11:15 +08:00
export Split rendering driver project setting into renderer_name and rendering_driver. To differentiate between a driver (e.g. Vulkan or D3D12) and a renderer (e.g. clustered or mobile renderer). 2022-09-19 10:26:10 -07:00
js [Web] Add feature detection helpers to JS Engine class. 2022-09-17 11:21:17 +02:00
.eslintrc.engine.js [Web] Add feature detection helpers to JS Engine class. 2022-09-17 11:21:17 +02:00
.eslintrc.js [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
.eslintrc.libs.js [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
audio_driver_web.cpp [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
audio_driver_web.h [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
detect.py ci: add Python static analysis check via mypy 2022-09-30 19:03:17 +07:00
display_server_web.cpp Fix some errors affecting the Web editor 2022-09-12 16:29:45 +02:00
display_server_web.h [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
dom_keys.inc [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
emscripten_helpers.py SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00
godot_audio.h [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
godot_js.h [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
godot_webgl2.h [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
http_client_web.cpp [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
http_client_web.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
javascript_bridge_singleton.cpp Rename JavaScript singleton to JavaScriptBridge 2022-09-02 21:11:15 +08:00
logo.png [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
os_web.cpp Rename JavaScript singleton to JavaScriptBridge 2022-09-02 21:11:15 +08:00
os_web.h [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
package-lock.json [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
package.json [Web] Add feature detection helpers to JS Engine class. 2022-09-17 11:21:17 +02:00
platform_config.h [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
README.md [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
run_icon.png [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
SCsub [Web] Add feature detection helpers to JS Engine class. 2022-09-17 11:21:17 +02:00
serve.json [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
web_main.cpp [Web] Small fixes and enhancements. 2022-09-11 09:45:09 +02:00
web_runtime.cpp [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02: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.png and run_icon.png are licensed under Creative Commons Attribution 3.0 Unported per the HTML5 logo usage guidelines.