diobat / FluxLumina

FluxLumina is an openGL based rendering engine
MIT License
9 stars 0 forks source link

Multi-threading support #75

Open diobat opened 8 months ago

diobat commented 8 months ago

Multi threading support should be added to the engine.

The engine itself should run on a dedicated thread. Within the engine, each module should run on a dedicated thread.

diobat commented 8 months ago

Some aspects of model creation have been made to work in parallel. For the moment, it only makes sense to go further when physics are added.

Leaving the issue open although no work is underway for now