godot/platform/web
Rémi Verschelde 81064cc239
Doctool: Remove version attribute from XML header
We don't use that info for anything, and it generates unnecessary diffs
every time we bump the minor version (and CI failures if we forget to
sync some files from opt-in modules (mono, text_server_fb).
2023-07-06 10:08:21 +02:00
..
api Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
doc_classes Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
export Display a message about missing C# support on Android/iOS/Web platforms 2023-06-24 00:09:06 +02:00
js Fix HTTPClient.get_response_body_length() incorrect on Web 2023-05-30 15:22:51 +08:00
.eslintrc.engine.js
.eslintrc.html.js
.eslintrc.js
.eslintrc.libs.js
audio_driver_web.cpp
audio_driver_web.h Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
detect.py SCons: Move platform logo/run icon to export folder 2023-06-20 13:16:37 +02:00
display_server_web.cpp [DisplayServer] Add method to check if native window is focused. 2023-06-16 10:27:52 +03:00
display_server_web.h [DisplayServer] Add method to check if native window is focused. 2023-06-16 10:27:52 +03:00
dom_keys.inc
emscripten_helpers.py
godot_audio.h Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
godot_js.h Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
godot_webgl2.h Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
http_client_web.cpp
http_client_web.h Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
javascript_bridge_singleton.cpp Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
os_web.cpp Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
os_web.h Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
package-lock.json
package.json
platform_config.h
README.md
SCsub
serve.py
web_main.cpp Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +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.