Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML 2 Collision Detection in C#  (Read 4088 times)

0 Members and 1 Guest are viewing this topic.

JohnStabler

  • Newbie
  • *
  • Posts: 8
    • View Profile
SFML 2 Collision Detection in C#
« on: January 04, 2012, 09:21:50 pm »
For anybody who is interested, I took the C++ pixel-perfect collision detection code, recoded it in C# and added a static image collection to handle the changes to the way SFML treats images/textures.

I've been using it in my current project and it behaves very well.

SFML 2 Collision Detection in C#

 

anything