Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxxfrazer/RealityGeometries
A collection of additional geometries ready for use in RealityKit 2+. 🥽 Vision OS/Vision Pro ready
https://github.com/maxxfrazer/RealityGeometries
arkit augmented-reality hacktoberfest ios realitykit visionos visionpro wwdc21
Last synced: 2 months ago
JSON representation
A collection of additional geometries ready for use in RealityKit 2+. 🥽 Vision OS/Vision Pro ready
- Host: GitHub
- URL: https://github.com/maxxfrazer/RealityGeometries
- Owner: maxxfrazer
- License: mit
- Created: 2021-06-11T19:30:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T20:27:01.000Z (9 months ago)
- Last Synced: 2024-10-27T22:43:20.650Z (3 months ago)
- Topics: arkit, augmented-reality, hacktoberfest, ios, realitykit, visionos, visionpro, wwdc21
- Language: Swift
- Homepage: https://maxxfrazer.github.io/RealityGeometries/
- Size: 2.19 MB
- Stars: 165
- Watchers: 6
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-visionos - RealityGeometries
- Awesome-RealityKit - RealityGeometries - Add more geometries to your RealityKit projects (Projects / Community)
- Awesome-Vision-Pro - RealityGeometries
- awesome-visionOS - RealityGeometries
README
# RealityGeometries
> Add more geometries to your RealityKit projects
> [!NOTE]
> Now with visionOS support!
By default, the only shapes available in RealityKit are a Sphere, Cuboid and Plane (with 4 vertices). Until iOS 15 the only clean way to include more geometries in your project is to load them from a USDZ file, which could unnecessarily increase the size of your app, especially when the shape you want to add is a basic one such as a cylinder or cone.
RealityGeometries is a solution to increase the basic mesh offering from RealityKit.
## Included in RealityGeometries
- Cylinder
- Cone
- Plane (with more vertices)
- Path
- TorusThis repository is open to pull requests as well as feature requests.
## More Images