AeThex-Engine-Core/engine/platform/visionos
MrPiglr 9dddce666d
🚀 AeThex Engine v1.0 - Complete Fork
- Forked from Godot Engine 4.7-dev (MIT License)
- Rebranded to AeThex Engine with cyan/purple theme
- Added AI-powered development assistant module
- Integrated Claude API for code completion & error fixing
- Custom hexagon logo and branding
- Multi-platform CI/CD (Windows, Linux, macOS)
- Built Linux editor binary (151MB)
- Complete source code with all customizations

Tech Stack:
- C++ game engine core
- AI Module: Claude 3.5 Sonnet integration
- Build: SCons, 14K+ source files
- License: MIT (Godot) + Custom (AeThex features)

Ready for Windows build via GitHub Actions!
2026-02-23 05:01:56 +00:00
..
api 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
doc_classes 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
export 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
detect.py 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
display_layer_visionos.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
display_layer_visionos.mm 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
display_server_visionos.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
display_server_visionos.mm 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
godot_view_visionos.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
godot_view_visionos.mm 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
main_visionos.mm 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
os_visionos.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
os_visionos.mm 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
platform_config.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
platform_thread.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
platform_visionos_builders.py 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
README.md 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
SCsub 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
visionos.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00: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.