Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxxfrazer/RealityKit-CardFlip
An example app using Apple's new RealityKit framework
https://github.com/maxxfrazer/RealityKit-CardFlip
arkit arkit3 augmented-reality ios ios13 realitykit swift
Last synced: 10 days ago
JSON representation
An example app using Apple's new RealityKit framework
- Host: GitHub
- URL: https://github.com/maxxfrazer/RealityKit-CardFlip
- Owner: maxxfrazer
- Created: 2019-07-17T18:39:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T13:37:07.000Z (over 4 years ago)
- Last Synced: 2024-10-27T11:06:27.219Z (15 days ago)
- Topics: arkit, arkit3, augmented-reality, ios, ios13, realitykit, swift
- Language: Swift
- Size: 12.3 MB
- Stars: 107
- Watchers: 10
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-RealityKit - RealityKit CardFlip - RealityKit CardFlip game (Projects / Community)
- awesome-AR - RealityKit CardFlip
README
# RealityKit CardFlip
I've been using RealityKit a lot since it was released, and am writing Medium posts about different aspects of it as well as adding examples to this app.
[For specific details of what's covered, check out my Medium](https://medium.com/@maxxfrazer/getting-started-with-realitykit-3b401d6f6f).
![CardFlip Example 1](media/CardFlip_Example1.gif)
----
Example code for Apple's new AR framework RealityKit, demonstrating the following things:
- [The Entity Component System](https://medium.com/@maxxfrazer/realitykit-component-entity-bc59acb60728)
- Inheritance/Protocol Oriented
- AnchoringComponent (with Targets)
- ModelComponent
- CollisionComponent
- [HitTests](https://medium.com/@maxxfrazer/realitykit-touch-gestures-1ecddb9f9e15)
- Animations
- [AR Coaching](https://medium.com/@maxxfrazer/realitykit-arcoachingoverlayview-80159d140c)----
### TODO:
- [ ] Add game feedback
- [ ] Score counter
- [ ] Audio Playback---
Following the RealityKit examples from this keynote, as the code used has not yet been released:[Building Apps with RealityKit](https://developer.apple.com/videos/play/wwdc2019/605/)
---
### Wishlist for RealityKit:
- Particles
- Custom Mesh Generation