godot-module-template/engine/platform/visionos
Sara c3f9669b10 Add 'engine/' from commit 'a8e37fc010'
git-subtree-dir: engine
git-subtree-mainline: b74841629e
git-subtree-split: a8e37fc010
2026-03-13 11:22:19 +01:00
..
api Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
doc_classes Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
export Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
detect.py Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
display_layer_visionos.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
display_layer_visionos.mm Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
display_server_visionos.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
display_server_visionos.mm Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
godot_view_visionos.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
godot_view_visionos.mm Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
main_visionos.mm Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
os_visionos.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
os_visionos.mm Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
platform_config.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
platform_thread.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
platform_visionos_builders.py Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
README.md Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
SCsub Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
visionos.h Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00

visionOS platform port

This folder contains the C++, Objective-C and Objective-C++ code for the visionOS platform port.

This platform derives from the Apple Embedded abstract platform (drivers/apple_embedded).

This platform uses shared Apple code (drivers/apple).

See also misc/dist/apple_embedded_xcode folder for the Xcode project template used for packaging the iOS export templates.

Documentation

The compiling and exporting process is the same as on iOS, but replacing the ios parameter by visionos.