virtualx-engine/platform/web
2022-09-13 20:48:33 -07:00
..
api Rename JavaScript singleton to JavaScriptBridge 2022-09-02 21:11:15 +08:00
export Disable menus and functionality that are not relevant on the Android Editor port 2022-09-13 20:48:33 -07:00
js [Web] Small fixes and enhancements. 2022-09-11 09:45:09 +02:00
.eslintrc.engine.js
.eslintrc.js
.eslintrc.libs.js
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 Fix some errors affecting the Web editor 2022-09-12 16:29:45 +02:00
display_server_web.h
dom_keys.inc
emscripten_helpers.py [Web] Require threads, rtti, allow optimize=speed. 2022-08-30 20:01:19 +02:00
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
README.md
run_icon.png
SCsub Rename JavaScript singleton to JavaScriptBridge 2022-09-02 21:11:15 +08:00
serve.json
web_main.cpp [Web] Small fixes and enhancements. 2022-09-11 09:45:09 +02:00
web_runtime.cpp

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.