From 87b4ad67be25fcb4192b591c064b481f6bf55aca Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 8 Jul 2025 21:16:57 -0500 Subject: [PATCH] Add more list of clients, alphabetize list. (#30) --- docs/01-get-started/04-manual.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/01-get-started/04-manual.md b/docs/01-get-started/04-manual.md index ea83d919..a1bb3bc3 100644 --- a/docs/01-get-started/04-manual.md +++ b/docs/01-get-started/04-manual.md @@ -70,20 +70,24 @@ Make sure to check the list of prerequisites. Run `cargo build` and `cargo run` 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! Non-exhaustive list of clients: -- [**flatland**](https://github.com/StardustXR/flatland): `https://github.com/StardustXR/flatland` -3D panel UI (like window manager) for interacting with all your 2D apps -- [**protostar**](https://github.com/StardustXR/protostar): `https://github.com/StardustXR/protostar` -App launcher library and examples including futuristic Hexagon Launcher +- [**armillary**](https://github.com/StardustXR/Armillary): `https://github.com/StardustXR/Armillary` +A 3D model viewer for Stardust XR; rotate, move, and display models in your XR space +- [**atmosphere**](https://github.com/StardustXR/atmosphere): `https://github.com/StardustXR/atmosphere` +3D environment with natural momentum-based movement - [**black hole**](https://github.com/StardustXR/black-hole): `https://github.com/StardustXR/black-hole` Universal minimization of Stardust objects +- [**comet**](https://github.com/StardustXR/comet): `https://github.com/StardustXR/comet` +Write in 3D wherever you want amongst your other apps! +- [**flatland**](https://github.com/StardustXR/flatland): `https://github.com/StardustXR/flatland` +3D panel UI (like window manager) for interacting with all your 2D apps - [**gravity**](https://github.com/StardustXR/gravity): `https://github.com/StardustXR/gravity` Launch programs with a certain offset in 3D space - [**magnetar**](https://github.com/StardustXR/magnetar): `https://github.com/StardustXR/magnetar` Example workspaces client -- [**atmosphere**](https://github.com/StardustXR/atmosphere): `https://github.com/StardustXR/atmosphere` -3D environment with natural momentum-based movement -- [**comet**](https://github.com/StardustXR/comet): `https://github.com/StardustXR/cometAnnotate` -Write in 3D wherever you want amongst your other apps! +- [**non-spatial-input**](https://github.com/StardustXR/non-spatial-input): `https://github.com/StardustXR/non-spatial-input` +Provides utilities to port keyboard, mouse, and other input methods like libinput into Stardust XR +- [**protostar**](https://github.com/StardustXR/protostar): `https://github.com/StardustXR/protostar` +App launcher library and examples including futuristic Hexagon Launcher ### Installation Script