anton-johansson / 2d-game

Apache License 2.0
0 stars 0 forks source link

Multithreading, separate update and render #11

Open anton-johansson opened 7 years ago

anton-johansson commented 7 years ago

One thread for rendering, one for updating. They go together after each pass, so they are in sync.