godot/platform/web
Fabio Alessandrelli 6b2abf4605
Merge pull request #70626 from Faless/web/4.x_expose_force_fs_sync
[Web] Expose API to force file system sync.
2023-01-09 21:18:47 +01:00
..
api Merge pull request #70626 from Faless/web/4.x_expose_force_fs_sync 2023-01-09 21:18:47 +01:00
export One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
js One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
.eslintrc.engine.js
.eslintrc.html.js
.eslintrc.js
.eslintrc.libs.js
README.md
SCsub
audio_driver_web.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_driver_web.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
detect.py
display_server_web.cpp Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
display_server_web.h Add support for the custom initial screen for the main window, fix primary screen detection. 2023-01-07 11:14:35 +02:00
dom_keys.inc One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
emscripten_helpers.py
godot_audio.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
godot_js.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
godot_webgl2.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
http_client_web.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
http_client_web.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
javascript_bridge_singleton.cpp Merge pull request #70626 from Faless/web/4.x_expose_force_fs_sync 2023-01-09 21:18:47 +01:00
logo.png
os_web.cpp Merge pull request #70626 from Faless/web/4.x_expose_force_fs_sync 2023-01-09 21:18:47 +01:00
os_web.h Merge pull request #70626 from Faless/web/4.x_expose_force_fs_sync 2023-01-09 21:18:47 +01:00
package-lock.json Bump json5 from 1.0.1 to 1.0.2 in /platform/web 2023-01-09 13:40:10 +00:00
package.json
platform_config.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
run_icon.png
serve.py
web_main.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
web_runtime.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00

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.