SiebenCorgie / jakar-engine

Formerly "Ori-Engine" is an hobby project of mine. Target is an Rust/Vulkan engine for games and visualization software.
MIT License
19 stars 0 forks source link

Create Rendr thread and shutdown vulkan properly #12

Closed SiebenCorgie closed 7 years ago

SiebenCorgie commented 7 years ago

Currently the render is ticked each frame by the main module. however, this should be changed to a rendering thread which also gets properly joined at the end of the runtime.

SiebenCorgie commented 7 years ago

Done!