Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxxfrazer/RealityKit-Package-Collection

A collection of the best RealityKit packages.
https://github.com/maxxfrazer/RealityKit-Package-Collection

arkit augmented-reality ios realitykit swift swiftpackagemanager swiftpm virtual-reality vision vision-pro visionos visionpro

Last synced: about 1 month ago
JSON representation

A collection of the best RealityKit packages.

Awesome Lists containing this project

README

        

# RealityKit Swift Package Collection

Here you can find a collection of all the best Swift Packages that use RealityKit.

To add this package collection to Xcode, open the `File > Add Packages...` window, then select the plus icon at the bottom left:

![](media/xcode_add_package_collection.png)

Add the following URL:

```
https://github.com/maxxfrazer/RealityKit-Package-Collection/releases/download/main-release/RealityKit-Package-Collection.json
```

To get the nightly build, which is unsigned:

```
https://github.com/maxxfrazer/RealityKit-Package-Collection/releases/download/main-release/RealityKit-Package-Collection-Nightly.json
```

## Packages

### [HyperARCo/Mirador](https://github.com/HyperARCo/Mirador) (534 ⭐️)

Mirador makes it easy to build impressive “Point of Interest” AR experiences, on Apple's new RealityKit framework.

![](https://repository-images.githubusercontent.com/628731186/58b9f9b7-264f-414d-a9b4-2259e4494999)

### [maxxfrazer/RealityUI](https://github.com/maxxfrazer/RealityUI) (489 ⭐️)

A Swift Package for creating familiar UI Elements and animations in RealityKit. For both Augmented Reality or Virtual Reality scenes.

![](https://repository-images.githubusercontent.com/265939509/77c8eb00-a362-11ea-995e-482183f9acbd)

### [maxxfrazer/FocusEntity](https://github.com/maxxfrazer/FocusEntity) (263 ⭐️)

Bringing the scanning box from SceneKit to RealityKit

### [maxxfrazer/MultipeerHelper](https://github.com/maxxfrazer/MultipeerHelper) (85 ⭐️)

A light swift wrapper around the iOS MultipeerConnectivity framework. Including an example project using RealityKit's MultipeerConnectivityService.

![](https://repository-images.githubusercontent.com/223660736/57eb0480-6f78-11ea-98fe-8a34ba0e88ea)

### [maxxfrazer/RealityGeometries](https://github.com/maxxfrazer/RealityGeometries) (64 ⭐️)

A collection of additional geometries ready for use in RealityKit 2

![](https://repository-images.githubusercontent.com/376124225/d3876397-6151-4fcb-867a-e83efba303bb)

### [maxxfrazer/RKPointPin](https://github.com/maxxfrazer/RKPointPin) (43 ⭐️)

A UIView which points at a RealityKit Entity from screenspace

![](https://repository-images.githubusercontent.com/252277095/cd625200-74ef-11ea-9f28-d95155d1f46a)

### [maxxfrazer/RKProgressBar](https://github.com/maxxfrazer/RKProgressBar) (9 ⭐️)

A simple RealityKit Entity class for creating a geometry to show progress in the form of a capsule

![](https://repository-images.githubusercontent.com/249019105/1eb39400-6f7a-11ea-8029-9b8e9875f416)