Skip to content

stakwork/sphinx-vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SphinxVision

A standalone visionOS 1.0 app that renders the full Hive org hierarchy — Workspace → Initiative → Milestone → Feature → Task — as world-anchored RealityKit entities at five simultaneous Z-depths.

Requirements

  • Xcode 15.2+
  • visionOS SDK 1.0+
  • Apple Vision Pro or visionOS Simulator

Authentication

The app reads the Hive JWT token from the shared keychain access group 8297M44YTW.sphinxV2SharedItems, written by the Sphinx iOS app. If no token is found, a recovery screen prompts the user to sign in via the iOS app.

Architecture

SphinxVision/
  Auth/             — HiveTokenStore: reads token from shared keychain
  Models/           — Workspace, Initiative, Milestone, HiveFeature, WorkspaceTask, PaginationInfo
  Networking/       — HiveAPIClient (live), MockHiveAPIClient (tests/previews)
  ImmersiveCanvas/  — RealityKit scene, flight controller, hover cards, node views

Navigation

  • Pinch a node to fly forward into its Z-depth layer
  • Back button (bottom ornament) to fly back to the previous layer
  • All 5 layers are simultaneously visible at decreasing opacity (1.0 → 0.4)

Z-Depths

Layer Z (metres) Opacity
Workspace −10 1.00
Initiative −25 0.85
Milestone −40 0.70
Feature −55 0.55
Task −70 0.40

Bundle ID

com.gl.sphinx.vision — Team ID: 8297M44YTW

About

vision OS playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages