diff --git a/social/did-host/README.md b/social/did-host/README.md index 75e5a29..453eed3 100644 --- a/social/did-host/README.md +++ b/social/did-host/README.md @@ -1 +1,3 @@ # DID Host + +TODO. diff --git a/spatial/README.md b/spatial/README.md index c26c843..e3aca96 100644 --- a/spatial/README.md +++ b/spatial/README.md @@ -18,4 +18,5 @@ Host environments can then implement these interfaces, allowing scripts to inter ## Input TODO. + The Wired will handle user input through a system inspired by Stardust's [SUIS](https://docs.rs/stardust-xr-fusion/latest/stardust_xr_fusion/input/index.html). diff --git a/world/README.md b/world/README.md index e45e539..f15e590 100644 --- a/world/README.md +++ b/world/README.md @@ -25,5 +25,7 @@ Additionally this becomes a place for world discovery, as users can query the DW ## Networking -Networking within an instance uses [WebTransport](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport), +TODO. + +Networking within an instance will use [WebTransport](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport), following a defined [protobuf](https://protobuf.dev/) specification.