godot-module-template/modules/webxr
Rémi Verschelde 8c0f175c94
Decouple RenderingServer from as much of the codebase as possible
Notably decouples it from:
- AccessibilityServer
- DisplayServer
- Viewport
- Window
2026-03-03 12:48:07 +01:00
..
doc_classes Fix MDN link for XRReferenceSpaceType in WebXRInterface class documentation 2025-09-10 01:13:09 +02:00
native [Web] Fix Emscripten for WebXR and update minimum version 2025-07-22 14:02:44 -04:00
config.py Allow to compile the engine without XR support 2025-02-25 17:07:21 -03:00
godot_webxr.h Core: Modernize C headers with C++ equivalents 2025-05-02 08:23:01 -05:00
register_types.cpp Core: Remove class_db.h include from ref_counted.h 2026-02-26 18:14:23 -06:00
register_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
webxr_interface.compat.inc Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
webxr_interface.cpp Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
webxr_interface.h Use const ref parameters in the Web modules 2025-09-28 08:13:13 -07:00
webxr_interface_js.cpp Decouple RenderingServer from as much of the codebase as possible 2026-03-03 12:48:07 +01:00
webxr_interface_js.h Misc dependency improvements for files depending on rendering_server.h 2026-02-25 20:17:27 +01:00