RealityUI Versions Save

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

1.2.1

2 years ago

Added alignment option for text in RUIText. Default is .center

v1.2.1

3 years ago
  • Added alignment option for text in RUIText. Default is .center

v1.2.0

3 years ago
  • Added ruiShake and ruiSpin animations
  • HasPivotTouch renamed to HasTurnTouch

v1.1.0

3 years ago
  • 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])

v1.1.0-RC1

3 years ago
  • Added RealityUI Text Entity
  • Re-orient RealityUI objects to face the direction .look(at:) dictates

v1.0.2

3 years ago

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.

v1.0.1

3 years ago
  • Added macOS support

v1.0.0

4 years ago