Move ComponentManger to a seperate thread
* Currently the interperter performance was extermely slow due to the handling of window events from glfw blocking the execution of new instructions. Moving the execution to a seperate thread, results in massive performance improvements. However the current implementation is only temporary and will be modularized in the future.
Please register or sign in to comment