AlexSabourinDev / IceBox

An open world, designer focused engine
MIT License
5 stars 3 forks source link

Added job chaining to the job system. #37

Closed AlexSabourinDev closed 3 years ago

AlexSabourinDev commented 3 years ago

Fixed a bug I introduced in a previous CL due to lack of testing... Added a GameObject sample for implementing the game object model. Added uint64_t atomics. Added some utils to the serialization system. Added job chaining. (Closes #22)