Revamp checklist
- Dominant language
- C#
- Stars
- 14
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Core
- [ ] Core
- [ ] Scene
- [ ] Entity
- [ ] Component
## Generic Stuff
- [ ] ManagedComponent
- [x] ManagedChunkedComponent
- [ ] Debug Helper (opt pass cam for drawing)
- [ ] Randy
- [ ] EntityContainer
- [ ] Script
- [ ] Serialization
## Basic Game Systems
- [ ] Input
- [ ] Grid
- [ ] Systems environment OR static resetting
## Rendering systems
- [ ] Debug Drawing
- [x] Camera
- [x] Quads
- [x] Lights
- [x] Sprites
## Sound Systems
- [ ] SoundPlayerPlugin
- [ ] OneShotPool
- [ ] BGMPlayer (sound system static member or abs in static class?)
## Physics Systems
- [ ] PhysicsSystem (holds world, manages plugins)
- [ ] Physical Body (base)
- [ ] StaticBody
- [ ] Dynamic/DynKinematic Bodies
- [ ] Colliders list
## UI
- [ ] UISystem - has rt, accesses input and viewport/fb
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.