sdslabs / Rootex

An advanced C++ 3D game engine powering an in-production game yet to be announced
https://rootex.readthedocs.io/
Other
215 stars 34 forks source link

Add record and replay #562

Open sin3point14 opened 2 years ago

sin3point14 commented 2 years ago

Inputs and timings can be easily serialised into a json file by wrapping the current InputHandlers. Further InputManager can use this data to replay the event queue. Will be very powerful to replicate bugs and test functionality