docs: update asset pipeline and network protocol phases to reflect current progress

This commit is contained in:
MayaTheShy
2025-11-09 03:05:23 -05:00
parent 3ed7d7a7cc
commit ce406e483d

View File

@@ -277,7 +277,7 @@ This allows you to:
- [x] Transform support (position, rotation, scale) - [x] Transform support (position, rotation, scale)
- [x] Dimension support (xyz sizing) - [x] Dimension support (xyz sizing)
### Phase 2: Asset Pipeline ✅ COMPLETE ### Phase 2: Asset Pipeline (In Progress)
- [x] Local asset cache (`~/.cache/starworld/primitives/`) - [x] Local asset cache (`~/.cache/starworld/primitives/`)
- [x] Blender primitive generation (`tools/blender_export_simple.py`) - [x] Blender primitive generation (`tools/blender_export_simple.py`)
- [x] **HTTP model downloader with ModelCache** 🎉 - [x] **HTTP model downloader with ModelCache** 🎉
@@ -288,7 +288,7 @@ This allows you to:
- [ ] Material color application to models - [ ] Material color application to models
- [ ] Texture loading and mapping - [ ] Texture loading and mapping
### Phase 3: Network & Protocol ✅ COMPLETE ### Phase 3: Network & Protocol (In Progress)
- [x] Domain connection via UDP - [x] Domain connection via UDP
- [x] NLPacket protocol implementation - [x] NLPacket protocol implementation
- [x] DomainConnectRequest / DomainList handshake - [x] DomainConnectRequest / DomainList handshake