From 8d59226466838aa3ec374252d76678377c5bf532 Mon Sep 17 00:00:00 2001 From: Nova Date: Fri, 30 Sep 2022 14:19:59 -0400 Subject: [PATCH] fix: tech overview --- docs/getting-started/tech-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/tech-overview.md b/docs/getting-started/tech-overview.md index cf1fd2a8..7c0e5356 100644 --- a/docs/getting-started/tech-overview.md +++ b/docs/getting-started/tech-overview.md @@ -32,8 +32,8 @@ The reference server uses StereoKit as its backend for many reasons: ## IPC The Stardust XR IPC uses Unix domain sockets for communication and a protocol based on flatbuffers/flexbuffers. -## [Protocol](stardust-protocol/protocol.md) -The Stardust XR protocol is object-oriented, depending on a scenegraph on the server end and scenegraph or functionally equivalent structure on the client end. This allows easier implementation of the protocol while still remaining fast and reliable. +## Protocol +The Stardust XR protocol is object-oriented, depending on a scenegraph on the server end and scenegraph or functionally equivalent structure on the client end. This allows easier implementation of the protocol while still remaining fast, reliable, and extensible. ## Clients The clients tell the server what models to draw, where they would like to accept input in, etc. Stardust clients are much more suited to widgets or user interfaces to 2D/XR apps. \ No newline at end of file