HeliumProject / Engine

C++ Game Engine (Under Construction!)
http://heliumproject.org/
Other
442 stars 70 forks source link

Remove TBB #58

Closed gorlak closed 10 years ago

gorlak commented 10 years ago

Its license is not compatible with static linkage (for handheld platforms). The only two things we depend on it for are a concurrent queue, and some tasking. @aclysma, any time you could spend to see if the tbb::task class overlaps with the game update code you wrote would be cool. Perhaps we could get away with generalizing some code we already have in the game update into Foundation to work for both systems? I would be interested in @stine's opinion on how we use jobs for graphics tasks as well.