From bbbd1e7aed475db2b33c51a3f323d80a3cc7e1ef Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 9 Nov 2025 03:05:23 -0500 Subject: [PATCH] docs: update asset pipeline and network protocol phases to reflect current progress --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6308bc..5169c7a 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ This allows you to: - [x] Transform support (position, rotation, scale) - [x] Dimension support (xyz sizing) -### Phase 2: Asset Pipeline ✅ COMPLETE +### Phase 2: Asset Pipeline (In Progress) - [x] Local asset cache (`~/.cache/starworld/primitives/`) - [x] Blender primitive generation (`tools/blender_export_simple.py`) - [x] **HTTP model downloader with ModelCache** 🎉 @@ -288,7 +288,7 @@ This allows you to: - [ ] Material color application to models - [ ] Texture loading and mapping -### Phase 3: Network & Protocol ✅ COMPLETE +### Phase 3: Network & Protocol (In Progress) - [x] Domain connection via UDP - [x] NLPacket protocol implementation - [x] DomainConnectRequest / DomainList handshake