Skip to content

Commit 87b4ad6

Browse files
authored
Add more list of clients, alphabetize list. (#30)
1 parent 961d3af commit 87b4ad6

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

docs/01-get-started/04-manual.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,24 @@ Make sure to check the list of prerequisites. Run `cargo build` and `cargo run`
7070
After the server is running, you'll need to run some clients. Clone any of these, `cargo build` & then `cargo run` after the server is already running, and they will load into the Stardust server!
7171

7272
Non-exhaustive list of clients:
73-
- [**flatland**](https://github.com/StardustXR/flatland): `https://github.com/StardustXR/flatland`
74-
3D panel UI (like window manager) for interacting with all your 2D apps
75-
- [**protostar**](https://github.com/StardustXR/protostar): `https://github.com/StardustXR/protostar`
76-
App launcher library and examples including futuristic Hexagon Launcher
73+
- [**armillary**](https://github.com/StardustXR/Armillary): `https://github.com/StardustXR/Armillary`
74+
A 3D model viewer for Stardust XR; rotate, move, and display models in your XR space
75+
- [**atmosphere**](https://github.com/StardustXR/atmosphere): `https://github.com/StardustXR/atmosphere`
76+
3D environment with natural momentum-based movement
7777
- [**black hole**](https://github.com/StardustXR/black-hole): `https://github.com/StardustXR/black-hole`
7878
Universal minimization of Stardust objects
79+
- [**comet**](https://github.com/StardustXR/comet): `https://github.com/StardustXR/comet`
80+
Write in 3D wherever you want amongst your other apps!
81+
- [**flatland**](https://github.com/StardustXR/flatland): `https://github.com/StardustXR/flatland`
82+
3D panel UI (like window manager) for interacting with all your 2D apps
7983
- [**gravity**](https://github.com/StardustXR/gravity): `https://github.com/StardustXR/gravity`
8084
Launch programs with a certain offset in 3D space
8185
- [**magnetar**](https://github.com/StardustXR/magnetar): `https://github.com/StardustXR/magnetar`
8286
Example workspaces client
83-
- [**atmosphere**](https://github.com/StardustXR/atmosphere): `https://github.com/StardustXR/atmosphere`
84-
3D environment with natural momentum-based movement
85-
- [**comet**](https://github.com/StardustXR/comet): `https://github.com/StardustXR/cometAnnotate`
86-
Write in 3D wherever you want amongst your other apps!
87+
- [**non-spatial-input**](https://github.com/StardustXR/non-spatial-input): `https://github.com/StardustXR/non-spatial-input`
88+
Provides utilities to port keyboard, mouse, and other input methods like libinput into Stardust XR
89+
- [**protostar**](https://github.com/StardustXR/protostar): `https://github.com/StardustXR/protostar`
90+
App launcher library and examples including futuristic Hexagon Launcher
8791

8892
### Installation Script
8993

0 commit comments

Comments
 (0)