Skip to content

Commit b0af1c0

Browse files
committed
Add package registry page (dev-only, not linked in nav)
1 parent a68e3c2 commit b0af1c0

3 files changed

Lines changed: 651 additions & 0 deletions

File tree

packages/catalog.json

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"name": "Basis Package Registry",
3+
"url": "",
4+
"packages": {
5+
"com.basis.framework": {
6+
"versions": {
7+
"0.1.0": {
8+
"name": "com.basis.framework",
9+
"displayName": "Basis Framework",
10+
"version": "0.1.0",
11+
"description": "Core BasisVR networked social framework \u2014 avatars, networking, and the runtime that everything else builds on.",
12+
"unity": "6000.0",
13+
"dependencies": {
14+
"com.basis.networking": "^0.1.0"
15+
},
16+
"url": "https://github.com/BasisVR/Basis.git?path=Basis/Packages/com.basis.framework",
17+
"author": {
18+
"name": "BasisVR",
19+
"url": "https://basisvr.org"
20+
}
21+
}
22+
}
23+
},
24+
"com.basis.networking": {
25+
"versions": {
26+
"0.1.0": {
27+
"name": "com.basis.networking",
28+
"displayName": "Basis Networking",
29+
"version": "0.1.0",
30+
"description": "LiteNetLib-based networking layer for BasisVR \u2014 transport, sync codecs, and the reduction pipeline.",
31+
"unity": "6000.0",
32+
"url": "https://github.com/BasisVR/Basis.git?path=Basis/Packages/com.basis.networking",
33+
"author": {
34+
"name": "BasisVR",
35+
"url": "https://basisvr.org"
36+
}
37+
}
38+
}
39+
},
40+
"com.basis.sdk": {
41+
"versions": {
42+
"0.1.0": {
43+
"name": "com.basis.sdk",
44+
"displayName": "Basis SDK",
45+
"version": "0.1.0",
46+
"description": "Authoring SDK for creating BasisVR avatars and worlds, including the editor tooling and build pipeline.",
47+
"unity": "6000.0",
48+
"dependencies": {
49+
"com.basis.framework": "^0.1.0"
50+
},
51+
"url": "https://github.com/BasisVR/Basis.git?path=Basis/Packages/com.basis.sdk",
52+
"author": {
53+
"name": "BasisVR",
54+
"url": "https://basisvr.org"
55+
}
56+
}
57+
}
58+
},
59+
"com.basis.mediapipe": {
60+
"versions": {
61+
"0.1.0": {
62+
"name": "com.basis.mediapipe",
63+
"displayName": "Basis MediaPipe",
64+
"version": "0.1.0",
65+
"description": "Webcam face and hand tracking for desktop avatars via Google MediaPipe.",
66+
"unity": "6000.0",
67+
"url": "https://github.com/BasisVR/Basis.git?path=Basis/Packages/com.basis.mediapipe",
68+
"author": {
69+
"name": "BasisVR",
70+
"url": "https://basisvr.org"
71+
}
72+
}
73+
}
74+
},
75+
"com.basis.pooltable": {
76+
"versions": {
77+
"0.0.1": {
78+
"name": "com.basis.pooltable",
79+
"displayName": "Basis Ported Pooltable",
80+
"version": "0.0.1",
81+
"description": "A working pool / billiards table you can drop into a Basis world \u2014 a community port.",
82+
"unity": "6000.0",
83+
"url": "https://github.com/BasisVR/MS-BASISSA-Billiards.git",
84+
"author": {
85+
"name": "MS-BASISSA",
86+
"url": "https://github.com/BasisVR/MS-BASISSA-Billiards"
87+
}
88+
}
89+
}
90+
}
91+
}
92+
}

0 commit comments

Comments
 (0)