Hacker News new | ask | show | jobs
by daemin 736 days ago
Some games are built the way you've described with job threads and queues, but regrettably most are built with a main thread, a render thread, and sometimes use other threads for some compute.