mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 13:38:48 +00:00
chore(readme): removed todo section
This commit is contained in:
parent
5f97d3a881
commit
2d4484a617
1 changed files with 1 additions and 42 deletions
43
README.md
43
README.md
|
@ -1,4 +1,5 @@
|
||||||
# ☄️ Comet
|
# ☄️ Comet
|
||||||
|
|
||||||
a free and open source game engine
|
a free and open source game engine
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
|
@ -116,45 +117,3 @@ fn main() -> Result<()> {
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
## Todo
|
|
||||||
(not ordered by importance)
|
|
||||||
|
|
||||||
- [ ] (out of the box) Rendering
|
|
||||||
- [ ] 2D
|
|
||||||
- [x] texture rendering
|
|
||||||
- [x] scene rendering
|
|
||||||
- [ ] text rendering
|
|
||||||
- [ ] 3D
|
|
||||||
- [ ] flexible camera system
|
|
||||||
- [x] 2D
|
|
||||||
- [x] general Camera2D component
|
|
||||||
- [x] priority system
|
|
||||||
- [ ] 3D
|
|
||||||
- [ ] general Camera3D component
|
|
||||||
- [ ] priority system
|
|
||||||
- [ ] Particles
|
|
||||||
- [ ] Post-processing
|
|
||||||
- [ ] Math
|
|
||||||
- [x] Vectors
|
|
||||||
- [x] Matrices
|
|
||||||
- [ ] Quaternions
|
|
||||||
- [x] Interpolation
|
|
||||||
- [ ] Bezier curves
|
|
||||||
- [x] Easing functions
|
|
||||||
- [ ] Noise
|
|
||||||
- [ ] Ray-casting
|
|
||||||
- [ ] Pathfinding
|
|
||||||
- [ ] ECS
|
|
||||||
- [x] Components
|
|
||||||
- [x] Entities
|
|
||||||
- [x] Archetypes
|
|
||||||
- [ ] Scene
|
|
||||||
- [x] general management
|
|
||||||
- [ ] saving
|
|
||||||
- [ ] loading
|
|
||||||
- [ ] Input
|
|
||||||
- [ ] Sound
|
|
||||||
- [ ] Physics
|
|
||||||
- [x] Basic Plugin System
|
|
||||||
- [x] Custom Renderer
|
|
||||||
- [x] Custom Game State
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue