SFML community forums
General => SFML projects => Topic started by: Ricky on July 10, 2017, 09:12:13 am
-
Hey guys I'm sorry for the inactivity lately. The current state of the world is depressing, aint it? ;D
I finally got around to uploading some code I wrote a while ago on how to implement separating axis theorem using SFML's internal shape classes. I think it'd be a great way for people to get started writing their own collision code, especially if they want something a little more complex than AABB collision detection, without having to add another dependency to their projects. Hope it benefits someone!
https://github.com/ricanteja/SFML-SeparatingAxisTheorem
(https://github.com/ricanteja/SFML-SeparatingAxisTheorem/raw/master/screenshot.png)