JonathanTroyer / Progress-Renderer

A mod for Rimworld. Automatically create scheduled renderings of the full map or only a chosen part of it.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Threaded or async encode and file export #2

Closed JonathanTroyer closed 3 years ago

JonathanTroyer commented 4 years ago

Use Unity's Job Scheduler

JonathanTroyer commented 4 years ago

Definitely need to go the job scheduler route, so I can schedule it for the next tick.