ZitiCore is a Swift-based library for building RealityKit-powered Vision Pro applications. It implements the NOODLES protocol, enabling seamless communication between your app and NOODLES-compatible servers. With this framework, you can import and manage remote content directly in your app's scene.
- NOODLES Protocol Support: Communicate with servers speaking the NOODLES protocol to fetch and display remote content.
- Fake-Instance Rendering: Optimize performance using compute shaders to implement a fake-instance rendering approach for efficient scene updates.
- Gesture Support: Easily integrate gesture interactions with NOODLES scenes for enhanced user experiences.
- Clone the repository:
git clone https://github.com/yourusername/NOODLESFramework.git
- Add the framework project to your Xcode workspace.
- Link and embed the framework in your app target's General > Frameworks, Libraries, and Embedded Content.
Add the following import statement to any Swift file where you want to use the framework:
import ZitiCoreForthcoming
- VisionOS 2.2
This project is licensed under the MIT License. See the LICENSE file for details.