Gigoteur / UnicornConsole

Unicorn Console: create quick fantasy game in Rust/Python/Lua/Rhai/Wasm !
MIT License
905 stars 47 forks source link

Move the gif creation in a thread #21

Open hallucino opened 7 years ago

hallucino commented 7 years ago

Right now during the creation of the GIF for the video, the main thread is busy so the game is stopped, let's move that in a thread in the background.