Rémi Verschelde faaf27f284 Fix various typos with codespell 2 years ago
..
api 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
doc_classes 81064cc239 Doctool: Remove version attribute from XML header 2 years ago
export 63411859db Merge pull request #79351 from Repiteo/dotnet-handle-warnings 2 years ago
js faaf27f284 Fix various typos with codespell 2 years ago
.eslintrc.engine.js 6bbde346ab [Web] Add feature detection helpers to JS Engine class. 2 years ago
.eslintrc.html.js 9a653ebeac [Web] Add auto-formatting to HTML files. 2 years ago
.eslintrc.js d20b32186f [Web] Rename JavaScript platform to Web. 3 years ago
.eslintrc.libs.js d20b32186f [Web] Rename JavaScript platform to Web. 3 years ago
README.md 4c1f11944e Update all outdated online documentation links 2 years ago
SCsub 310bf39cd3 Get WebXR fully working in Godot 4! 2 years ago
audio_driver_web.cpp 5a08091168 Fix crash caused by invalid mix_rate assignment due to bogus 2 years ago
audio_driver_web.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
detect.py 90446fe9f3 SCons: Move platform logo/run icon to `export` folder 2 years ago
display_server_web.cpp 7e21eb7e00 Extract and reorganize texture resource classes 2 years ago
display_server_web.h 28db3c7158 [DisplayServer] Add method to check if native window is focused. 2 years ago
dom_keys.inc 744bf604bf [Web] Fix keycode/physical keycode mixed up. 2 years ago
emscripten_helpers.py 39facb35a0 SCons: Unify tools/target build type configuration 2 years ago
godot_audio.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
godot_js.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
godot_webgl2.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
http_client_web.cpp f4713d235a [Web] Always return -1 as body length in HTTPClientWeb. 2 years ago
http_client_web.h f4713d235a [Web] Always return -1 as body length in HTTPClientWeb. 2 years ago
javascript_bridge_singleton.cpp 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
os_web.cpp 3cd865dbe8 Fix formatting of dlopen error message on Windows 2 years ago
os_web.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
package-lock.json 61e7d47344 [Web] Update npm packages 2 years ago
package.json 61e7d47344 [Web] Update npm packages 2 years ago
platform_config.h d95794ec8a One Copyright Update to rule them all 2 years ago
serve.py a06602363c [Web] Add the "serve" and "run" scons targets. 2 years ago
web_main.cpp 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
web_runtime.cpp d95794ec8a One Copyright Update to rule them all 2 years ago

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.