SFML community forums
Help => General => Topic started by: dan185 on October 23, 2013, 10:03:52 pm
-
Does anyone have an example of some C++ source code where someone used boost to collision detection in sfml, I heard it works pretty good.
-
boost is really large library (with smaller "modules"), so when talking about boost and collision detection you really need to be more specific. What kind of collision detection are you interested in. What part of the boost library would you want to use, etc. ;)
-
There's also some good collision code on the SFML wiki. That'd probably be a lot easier than forcing a library as huge as boost into your project.
-
As mentioned, Boost is a collection of libraries, what library are you referring to? I could possibly think of Boost.Geometry, as it provides a lot of functionality for shapes, polygons, intersections and stuff like that.