AeThex-Engine-Core/engine/platform/ios
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
device_metrics.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
device_metrics.mm 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
display_layer_ios.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
display_layer_ios.mm 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
display_server_ios.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
display_server_ios.mm 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
godot_view_ios.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
godot_view_ios.mm 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
ios.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
main_ios.mm 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
os_ios.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
os_ios.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_gl.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
platform_ios_builders.py 🚀 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
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

iOS platform port

This folder contains the C++, Objective-C and Objective-C++ code for the iOS 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