Multithreading with GLBasic [official]

Previous topic - Next topic

dreamerman

Wasn't aware of OpenMP, very handy for splitting huge calculations from one loop to multiple cores without bothering to much, could use that in something else.
Yeah I know parallel threads are tricky, specially for such things that are shared by different threads, good design will be crucial to get it working properly and efficiently, this is some kid of final goal, most likely at start I will stick with single thread for some time (do most game logic to get working demo or something), but MT would be final goal. Do you still have this example project with lib somewhere?
Check my source code editor for GLBasic - link Update: 20.04.2020

Kitty Hello

I attached the original project in the first post. Sorry, I didn't see it was deleted.