Releases: maxxfrazer/RealityUI
Releases · maxxfrazer/RealityUI
Text Alignment
Added alignment option for text in RUIText. Default is .center
Text Alignment
- Added alignment option for text in RUIText. Default is .center
Animations
- Added ruiShake and ruiSpin animations
- HasPivotTouch renamed to HasTurnTouch
Added RUIText
- Display text (RUIText) easily in AR, with tappable actions
- Adjust orientation for all RealityUI Entities
- To reverse the effects of this, set
RealityUI.startingOrientation = simd_quatf(angle: .pi, axis: [0, 1, 0])
- To reverse the effects of this, set
RUIText
- Added RealityUI Text Entity
- Re-orient RealityUI objects to face the direction .look(at:) dictates
Touch Event Upgrades
Updates:
- Moved touch functionality to classes rather than protocols (aside from PivotTouch)
- Setting touch state
- Handling touchesCancelled better
Fixes:
- Issue with getting alpha component on macOS
No changes required for a developer's code using this repo.
macOS
- Added macOS support
Initial Release
v1.0.0 added example project