mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
fix: some things are outdated for some reason...
This commit is contained in:
parent
5456d2a1d7
commit
2654a9fdc9
11 changed files with 431 additions and 44 deletions
25
README.md
25
README.md
|
@ -115,7 +115,9 @@ fn main() -> Result<()> {
|
|||
- [ ] UI
|
||||
- [ ] Buttons
|
||||
- [ ] Input
|
||||
- [ ] Multiple render passes
|
||||
- [ ] Post-processing
|
||||
- [ ] Multiple render passes
|
||||
- [ ] Individual effects
|
||||
- [ ] Sound
|
||||
- [ ] Input
|
||||
- [ ] Universal input manager
|
||||
|
@ -135,4 +137,23 @@ fn main() -> Result<()> {
|
|||
- [ ] 3D
|
||||
- [x] Plugin System (at least right now)
|
||||
- [x] Adding custom game state struct
|
||||
- [x] Adding custom renderer
|
||||
- [x] Adding custom renderer
|
||||
- [ ] Math
|
||||
- [x] Vectors
|
||||
- [x] Matrices
|
||||
- [ ] Quaternions
|
||||
- [x] Interpolation
|
||||
- [ ] Bezier curves
|
||||
- [x] Easing functions
|
||||
- [ ] Noise
|
||||
- [ ] White
|
||||
- [ ] Perlin
|
||||
- [ ] Simplex
|
||||
- [ ] Worley
|
||||
- [ ] Fractal
|
||||
- [ ] Cellular
|
||||
- [ ] Gradient
|
||||
- [ ] Value
|
||||
- [ ] Cubic
|
||||
- [ ] Ray-casting
|
||||
- [ ] Pathfinding
|
Loading…
Add table
Add a link
Reference in a new issue