feat(unity): Quest XR client module (M1-M5)#1
Open
Gauravzdre wants to merge 1 commit into
Open
Conversation
Adds Unity 6000.4 VisionFlow XR project: real BIP-340 Schnorr (NBitcoin.Secp256k1), VisionClaw WebSocket graph stream, Solid Pod client, 3D graph visualizer with NodePool/EdgeBatcher/LOD, XRI NearFar + GestureMapper hand pinch, governance UI (31402/31403), Nostr event feed, editor bootstrap menus, EditMode tests, XR TDD doc, and local dev-backend stubs. Excludes Library/, samples, and other generated/bulk Unity assets via .gitignore. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Unity 6000.4 / Meta Quest XR client for VisionFlow: live 3D knowledge graph from VisionClaw, Solid Pod provenance, Nostr governance (human-in-the-loop), and a spatial Nostr event feed.
.gitignoreexcludes UnityLibrary/, samples, and other generated/bulk assets (~4 GB locally) so the repo stays lean; restore packages via Unity Package Manager and scene objects via editor Bootstrap menus.Milestones delivered
M1 — Crypto
NBitcoin.Secp256k1(SchnorrHelper,NostrIdentity)Assets/link.xml)SchnorrHelperTestsM2 — XR interaction
NodeInteractable(XRI select →NodeInspectorUI)GraphRaycaster(NearFarInteractor left/right)GraphRootGrab(reposition graph)GestureMapper— hand-tracking pinch → raycast → selectM3 — Governance
GovernanceRequestUI+GovernanceHUDBadge(queue, approve/reject)NostrEvent/GovernanceRequestDTOsM4 — Performance
NodePool(512 pre-allocated nodes)EdgeBatcher(batched line mesh, jobs for 2k+ edges)NodeViewLOD (impostor / gaze cone), visibility cullingVisionFlowDebugHud— graphtick_rate_hzsliderM5 — Nostr feed
OnNostrEventonMCPBridgeClientEventFeedUI/EventFeedItem(kind colours; tap → highlight node)nostr.subscribefor kinds 30001, 31402, 31403Also included
docs/VisionFlow_XR_TDD.md— technical design & milestone planUnityProject/README.md— open project, Bootstrap, Quest build notesscripts/dev-backends/— local WS graph stub + Solid pod stub for dev (npm installin that folder)Test plan
UnityProject/VisionFlowin Unity 6000.4.3f1scripts/dev-backendsor VisionClaw + Agentbox runningVisionFlow.Tests.Editor(Schnorr, governance, Nostr tag parsing)Follow-ups (out of scope)
NodeInspectorUIshows viewer DID, not node DID