update roadmap

This commit is contained in:
Nova
2022-09-30 14:25:47 -04:00
parent e1050ed86b
commit c97c23bb3f
2 changed files with 8 additions and 13 deletions

View File

@@ -73,10 +73,6 @@ module.exports = {
label: 'Getting Started', label: 'Getting Started',
to: '/docs/getting-started/overview', to: '/docs/getting-started/overview',
}, },
{
label: 'Protocol',
to: '/docs/stardust-protocol/protocol',
},
], ],
}, },
{ {

View File

@@ -8,13 +8,13 @@ title: Roadmap
- [x] Core functionality - [x] Core functionality
- [x] IPC+RPC - [x] IPC+RPC
- [x] Protocol documentation
- [x] Client - [x] Client
- [x] Fusion - [x] Fusion
- [x] Initial connection - [x] Initial connection
- [x] Node type creation/destruction - [x] Node type creation/destruction
- [x] Interface interaction - [x] Interface interaction
- [x] Callbacks - [x] Callbacks
- [ ] Documentation
- [ ] Server - [ ] Server
- [x] Per-client scenegraph - [x] Per-client scenegraph
- [x] Statically link StereoKit - [x] Statically link StereoKit
@@ -45,18 +45,17 @@ title: Roadmap
- [x] Environment - [x] Environment
- [x] Set skytex - [x] Set skytex
- [x] Set skylight - [x] Set skylight
- [ ] Items - [x] Items
- [ ] Base item class - [x] Base item class
- [ ] Base item accepter class - [ ] Base item accepter class
- [ ] Environment equirectangular item - [x] Environment equirectangular item
- [ ] Environment equirectangular accepter - [ ] Environment equirectangular accepter
- [ ] 2D integration - [ ] 2D integration
- [ ] Panels - [x] Panels
- [ ] Panel item - [x] Panel item
- [ ] sk-wlroots (for Wayland) - [x] smithay (for Wayland)
- [x] Statically link wlroots
- [x] Rendering - [x] Rendering
- [ ] Input seats - [x] Input seats
- [ ] Panel shells - [ ] Panel shells
- [ ] Accept panel items - [ ] Accept panel items
- [ ] Put surface on model material's texture - [ ] Put surface on model material's texture