Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Utsira/RealityMorpher
Brings Morph Target/ Shape Key/ Blend Shape animations to RealityKit
https://github.com/Utsira/RealityMorpher
Last synced: about 1 month ago
JSON representation
Brings Morph Target/ Shape Key/ Blend Shape animations to RealityKit
- Host: GitHub
- URL: https://github.com/Utsira/RealityMorpher
- Owner: Utsira
- License: mit
- Created: 2023-08-14T21:16:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T23:16:19.000Z (9 months ago)
- Last Synced: 2024-08-02T01:21:32.473Z (4 months ago)
- Language: Swift
- Size: 8.74 MB
- Stars: 22
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-RealityKit - Reality Morpher - Adds Morph Target / Shape Key / Blend Shape animations to RealityKit (Projects / Community)
README
# Reality Morpher
Adds Morph Target / Shape Key / Blend Shape animations to RealityKit
![Cloth simulation animation](/Example/Cloth-simulation.gif)
### Installation
#### Xcode project
From the Xcode menu select `File > Add Package Dependencies...` and enter `https://github.com/Utsira/RealityMorpher`
#### SPM Package
Add RealityMorpher as a dependency in the `Package.swift` file:
```swift
dependencies: [
.package(url: "https://github.com/Utsira/RealityMorpher.git", .upToNextMajor(from: "0.0.1"))
]
```### Documentation
From the Xcode menu select `Product > Build Documentation` to view the documentation.
### Requirements
Minimum iOS 15 or macOS 12.
Keyframe animation features require iOS 17 or macOS 14.
Not compatible with visionOS because it uses `CustomMaterial`.### To-do
- Update boundsMargin on the base ModelComponent