claymore
claymore copied to clipboard
Job system
Everything should be a job like explained by Naughty Dog.
The frames are supposed to be fired up by the main thread in a continuous fashion, with multiple frames in flight at every moment. Culling, animation, and command buffer construction are all jobs.
We have multiple choices for the implementation:
- Servo
- Cargo?
- Our own bicycle
I have been thinking of how to solve this problem. I have an early purposeful for a project called Snowstorm.
Wow, nice writeup, thanks @csherratt !
Most promising so far - https://github.com/kvark/fibe-rs