godot/platform/web
2025-12-03 21:01:58 -06:00
..
api Typos 2025-08-19 18:32:59 -05:00
doc_classes Fix miscellaneous oddities around the class reference (part 7) 2025-11-28 18:19:45 +01:00
editor Web: Fix editor build after #pragma once refactoring 2025-03-20 18:43:16 +01:00
export Add new monospace related hint strings 2025-12-03 12:57:40 -05:00
js Merge pull request #109790 from adamscott/tentative-fix-for-109144 2025-08-25 09:54:18 -05:00
audio_driver_web.cpp Add 64-bit versions of core power of 2 functions 2025-06-01 23:11:12 -07:00
audio_driver_web.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00
detect.py [Web] Fix Emscripten for WebXR and update minimum version 2025-07-22 14:02:44 -04:00
display_server_web.cpp Make utterance_id 64-bit. 2025-11-07 10:21:20 +02:00
display_server_web.h Make utterance_id 64-bit. 2025-11-07 10:21:20 +02:00
dom_keys.inc Add InputEventKey.location to tell left from right 2024-01-26 14:42:28 +01:00
emscripten_helpers.py [Web] Optimize GL.getSource for known-length shader sources 2025-04-27 17:44:08 +02:00
eslint.config.cjs [Web] Fix Emscripten for WebXR and update minimum version 2025-07-22 14:02:44 -04:00
godot_audio.h Core: Modernize C headers with C++ equivalents 2025-05-02 08:23:01 -05:00
godot_js.h Make utterance_id 64-bit. 2025-11-07 10:21:20 +02:00
godot_midi.h Core: Modernize C headers with C++ equivalents 2025-05-02 08:23:01 -05:00
godot_webgl2.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
http_client_web.cpp Clean up some uses of String::substr 2025-03-07 14:50:38 +01:00
http_client_web.h Add GDSOFTCLASS to deeper inheritors of Object 2025-09-24 19:15:56 +01:00
ip_web.h Remove unnecessary cpp files 2025-07-15 15:19:23 +02:00
javascript_bridge_singleton.cpp Add and require GDSOFTCLASS for Object subclasses that want to cast but do not use GDCLASS. 2025-03-31 20:49:50 +02:00
net_socket_web.h Merge pull request #108516 from KoBeWi/file_graveyard 2025-11-14 14:23:06 -06:00
os_web.cpp Add some important profiling hooks. 2025-11-08 00:08:48 +01:00
os_web.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00
package-lock.json Bump js-yaml from 4.1.0 to 4.1.1 in /platform/web 2025-11-27 21:20:15 +00:00
package.json fix: platform/web/package.json & platform/web/package-lock.json to reduce vulnerabilities 2024-12-18 10:28:34 +00:00
platform_config.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
platform_gl.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
README.md Update links to the contributing section of the docs to the appropriate new sections. 2025-09-12 01:04:14 +02:00
SCsub Remove unnecessary cpp files 2025-07-15 15:19:23 +02:00
serve.py [Web] Fix browser opening too early with serve.py 2024-08-01 05:38:36 +02:00
web_main.cpp Add support for profiling GDScript with tracy. 2025-11-28 16:36:36 +01:00
web_runtime.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
webmidi_driver.cpp Add Web MIDI support 2024-12-15 21:24:15 +11:00
webmidi_driver.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06: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.svg and run_icon.svg are licensed under Creative Commons Attribution 3.0 Unported per the HTML5 logo usage guidelines.