Talk:SDL:Tutorials:Collision Detection between 2 SDL Surfaces

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

I couldn't really figure out where to put this one - my first instinct told me to stick it under C and SDL, but it isn't really SDL - it seems to be another separate library for collision detection using SDL surfaces? ---Mushu 21:33, 25 April 2006 (EDT)


Yes, its an independent collisions library that just happens to use SDL surfaces. Its usable for C and C++ though so its still pretty hazy as to where it should go. -Jakeous, May 26, 2006(ET)

Question

What is an SDL surface? Maybe you could find some categorization help if your article expanded upon this technique in general.


Where can I find the SDL collisions library shown this article? I´m using a Java SDL programming.

Bounding Box Collisions Don't Work

The collision functions for SDL_Rects and SDL_Surfaces don't work in the source!