Hi Everyone:
How to add thread to Irrlicht ?
BR & THKS,
LEI XIONG
How to make 2D game with thread in Irrlicht ?
-
Radikalizm
- Posts: 1215
- Joined: Tue Jan 09, 2007 7:03 pm
- Location: Leuven, Belgium
Re: How to make 2D game with thread in Irrlicht ?
First of all, I doubt this is the right forum for such a question
Second of all, what exactly do you think could benefit from a threading implementation? Is there anything in your game which causes a bottleneck which could be solved by parallel execution? If not you shouldn't worry about threading yet, since it will only cause more headaches than it will solve if done incorrectly or in places which don't actually need threading
You should be aware of the fact that threading doesn't directly mean 'more speed', and it should be considered an optimization you can apply later on
Second of all, what exactly do you think could benefit from a threading implementation? Is there anything in your game which causes a bottleneck which could be solved by parallel execution? If not you shouldn't worry about threading yet, since it will only cause more headaches than it will solve if done incorrectly or in places which don't actually need threading
You should be aware of the fact that threading doesn't directly mean 'more speed', and it should be considered an optimization you can apply later on
