hamncheese/godot/platform/web
2023-08-26 15:59:57 -05:00
..
api Initial commit 2023-08-26 15:59:57 -05:00
doc_classes Initial commit 2023-08-26 15:59:57 -05:00
export Initial commit 2023-08-26 15:59:57 -05:00
js Initial commit 2023-08-26 15:59:57 -05:00
.eslintrc.engine.js Initial commit 2023-08-26 15:59:57 -05:00
.eslintrc.html.js Initial commit 2023-08-26 15:59:57 -05:00
.eslintrc.js Initial commit 2023-08-26 15:59:57 -05:00
.eslintrc.libs.js Initial commit 2023-08-26 15:59:57 -05:00
audio_driver_web.cpp Initial commit 2023-08-26 15:59:57 -05:00
audio_driver_web.h Initial commit 2023-08-26 15:59:57 -05:00
detect.py Initial commit 2023-08-26 15:59:57 -05:00
display_server_web.cpp Initial commit 2023-08-26 15:59:57 -05:00
display_server_web.h Initial commit 2023-08-26 15:59:57 -05:00
dom_keys.inc Initial commit 2023-08-26 15:59:57 -05:00
emscripten_helpers.py Initial commit 2023-08-26 15:59:57 -05:00
godot_audio.h Initial commit 2023-08-26 15:59:57 -05:00
godot_js.h Initial commit 2023-08-26 15:59:57 -05:00
godot_webgl2.h Initial commit 2023-08-26 15:59:57 -05:00
http_client_web.cpp Initial commit 2023-08-26 15:59:57 -05:00
http_client_web.h Initial commit 2023-08-26 15:59:57 -05:00
javascript_bridge_singleton.cpp Initial commit 2023-08-26 15:59:57 -05:00
os_web.cpp Initial commit 2023-08-26 15:59:57 -05:00
os_web.h Initial commit 2023-08-26 15:59:57 -05:00
package-lock.json Initial commit 2023-08-26 15:59:57 -05:00
package.json Initial commit 2023-08-26 15:59:57 -05:00
platform_config.h Initial commit 2023-08-26 15:59:57 -05:00
README.md Initial commit 2023-08-26 15:59:57 -05:00
SCsub Initial commit 2023-08-26 15:59:57 -05:00
serve.py Initial commit 2023-08-26 15:59:57 -05:00
web_main.cpp Initial commit 2023-08-26 15:59:57 -05:00
web_runtime.cpp Initial commit 2023-08-26 15:59:57 -05: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.