godot/platform/web
Fabio Alessandrelli 27f22b29f8 [Web] Small fixes and enhancements.
- "Definitive" fix for ENOENT randomly disappearing from emscripten.
- Proper shutdown when setup fails.
- Re-enable WebGL explicit buffer swap.
- Re-enable optional per-pixel transparency.
- Add type cast to make closure compiler happy.
- Remove emscripten Safari WebGL workaround.
- Improve AudioWorklet cleanup.
2022-09-11 09:45:09 +02:00
..
api Rename JavaScript singleton to JavaScriptBridge 2022-09-02 21:11:15 +08:00
export Merge pull request #65460 from Faless/net/4.x_ssl_to_tls_more 2022-09-08 09:20:19 +02:00
js [Web] Small fixes and enhancements. 2022-09-11 09:45:09 +02:00
.eslintrc.engine.js
.eslintrc.js
.eslintrc.libs.js
README.md
SCsub Rename JavaScript singleton to JavaScriptBridge 2022-09-02 21:11:15 +08:00
audio_driver_web.cpp
audio_driver_web.h
detect.py [Web] Small fixes and enhancements. 2022-09-11 09:45:09 +02:00
display_server_web.cpp [Web] Small fixes and enhancements. 2022-09-11 09:45:09 +02:00
display_server_web.h
dom_keys.inc
emscripten_helpers.py
godot_audio.h
godot_js.h
godot_webgl2.h
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
os_web.cpp Rename JavaScript singleton to JavaScriptBridge 2022-09-02 21:11:15 +08:00
os_web.h
package-lock.json
package.json
platform_config.h
run_icon.png
serve.json
web_main.cpp [Web] Small fixes and enhancements. 2022-09-11 09:45:09 +02:00
web_runtime.cpp

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.