Troy Bonneau 2fe73ad967 Web: Fix clipboard text encoding in `update_clipboard_callback` 4 месяцев назад
..
api bc7e68dfd1 Typos 5 месяцев назад
doc_classes 4dec66859e Fix miscellaneous oddities around the class reference (part 7) 2 месяцев назад
editor 622dbe3713 Web: Fix editor build after `#pragma once` refactoring 10 месяцев назад
export 10c7cb878a Add new monospace related hint strings 1 месяц назад
js 263589497b Add non-public `{Line,Text}Edit::_set_text()` 3 недель назад
README.md 4c0026b053 Update links to the contributing section of the docs to the appropriate new sections. 4 месяцев назад
SCsub d591bcc09c Remove unnecessary cpp files 6 месяцев назад
audio_driver_web.cpp f6f1df7d73 Add 64-bit versions of core power of 2 functions 8 месяцев назад
audio_driver_web.h 3d1c9fd5de Move server files into their subfolders 4 месяцев назад
detect.py 793258919b [Web] Fix Emscripten for WebXR and update minimum version 6 месяцев назад
display_server_web.cpp 2fe73ad967 Web: Fix clipboard text encoding in `update_clipboard_callback` 2 недель назад
display_server_web.h 281c74550a Make `utterance_id` 64-bit. 2 месяцев назад
dom_keys.inc 8406e60522 Add InputEventKey.location to tell left from right 2 лет назад
emscripten_helpers.py 197b307061 [Web] Optimize GL.getSource for known-length shader sources 9 месяцев назад
eslint.config.cjs 263589497b Add non-public `{Line,Text}Edit::_set_text()` 3 недель назад
godot_audio.h 01fc9aee6c Core: Modernize C headers with C++ equivalents 9 месяцев назад
godot_js.h 281c74550a Make `utterance_id` 64-bit. 2 месяцев назад
godot_midi.h 01fc9aee6c Core: Modernize C headers with C++ equivalents 9 месяцев назад
godot_webgl2.h 324512e11c Style: Replace header guards with `#pragma once` 10 месяцев назад
http_client_web.cpp 5113022dfe Clean up some uses of `String::substr` 10 месяцев назад
http_client_web.h e366471fdc Add GDSOFTCLASS to deeper inheritors of Object 4 месяцев назад
ip_web.h d591bcc09c Remove unnecessary cpp files 6 месяцев назад
javascript_bridge_singleton.cpp fa0a3c9c6e Add and require `GDSOFTCLASS` for `Object` subclasses that want to cast but do not use `GDCLASS`. 10 месяцев назад
net_socket_web.h c6fe923e33 Merge pull request #108516 from KoBeWi/file_graveyard 2 месяцев назад
os_web.cpp c3747884da Add some important profiling hooks. 2 месяцев назад
os_web.h 3d1c9fd5de Move server files into their subfolders 4 месяцев назад
package-lock.json a8a4faacfe Bump js-yaml from 4.1.0 to 4.1.1 in /platform/web 2 месяцев назад
package.json 97ecf7830a fix: platform/web/package.json & platform/web/package-lock.json to reduce vulnerabilities 1 год назад
platform_config.h 324512e11c Style: Replace header guards with `#pragma once` 10 месяцев назад
platform_gl.h 324512e11c Style: Replace header guards with `#pragma once` 10 месяцев назад
serve.py 470a35832f [Web] Fix browser opening too early with serve.py 1 год назад
web_main.cpp acefbbbbcd Add support for profiling GDScript with tracy. 2 месяцев назад
web_runtime.cpp d95794ec8a One Copyright Update to rule them all 3 лет назад
webmidi_driver.cpp a7505ee0bc Add Web MIDI support 1 год назад
webmidi_driver.h 324512e11c Style: Replace header guards with `#pragma once` 10 месяцев назад

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.svg and run_icon.svg are licensed under Creative Commons Attribution 3.0 Unported per the HTML5 logo usage guidelines.