YourNameHere Posted November 10, 2009 Share Posted November 10, 2009 I am writing a somwhat 2d game in php and need a good collision detection library because I am having trouble figuring out the algorithms myself. Anyone know a good one that doesnt use the Canvas 3d JS Library Quote Link to comment Share on other sites More sharing options...
whansen02 Posted January 7, 2010 Share Posted January 7, 2010 Have you figured this one out yet? If so I'd be interested to know what you used. What you're looking for is a bit of a hard find. http://www.arcadescript.com/ - this one is commercial but it might do the trick. Another way you could do this if you can't find the php to do it is to download a C/C++ collision detection program that is designed to just take coordinate parameters from you or similar from a python program. So long as they'll run on your webserver. Otherwise, start hitting up the game tutorials on 2d collision detection and start writing your own php class for it. Quote Link to comment Share on other sites More sharing options...
YourNameHere Posted January 7, 2010 Author Share Posted January 7, 2010 It looks like I might just have to write it myself. I have been reading up on the subject and it doesn't need to be too advanced, just the usual collision detection algorithms. Dont know when I'll be able to start on it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.