Update README

This commit is contained in:
Kevin Poretti 2024-05-11 22:54:56 -04:00
parent 127d382b29
commit 108bcb67dd

View File

@ -4,8 +4,12 @@ This library provides actors, components, and other general data structures that
### To-Do
- [ ] State Machine
- [ ] Input Buffer
- [X] State Machine
- [X] Input Buffer
- [ ] Unit tests
- [ ] Generic "Actor" class for any game affecting actors that need to run at a fixed tick & rollback
- [ ] Interfaces/virtual functions for rolling back and resimulating objects
- [ ] Methods for queueing animations/VFX/SFX when re-simulating
### Setup