fix: some things are outdated for some reason...

This commit is contained in:
lisk77 2025-01-01 06:21:32 +01:00
parent 5456d2a1d7
commit 2654a9fdc9
11 changed files with 431 additions and 44 deletions

View file

@ -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