Results 1 to 5 of 5

Thread: collision detection library

  1. #1

    collision detection library

    Hi! I was searching for a collision detection library. Anyone knows about any?

    I've found this one: http://photoneffect.com/coldet/ but it's in C++.. Does a pascal translation exists ? It seems to be very easy to use.

    Thanks
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

  2. #2

    collision detection library

    High,

    if you are just searching for collision detection and no response to this detection you might want to take a look at the fastgeo-unit from Arash Partow.

    You can find his post in "My Projects" category in this forum.

    The unit provides many many algorithms and calculations for primitive objects (2D and 3D), including collision algorithms like point in sphere, quad in triangle etc.

    I use it for my dog fight contest entry and it seems to work very well.


    If you can find something interesting about seperating objects (circles, rectangles (also rotated), etc. in 2D, you would help me very much.

    Greetings,
    Dirk
    <a href="http://www.greatgamesexperiment.com/game/Valgard/?utm_source=gge&amp;utm_medium=badge_game"><img border="0" alt="GGE" title="GGE" src="http://static.greatgamesexperiment.com/badge/game/valgard/gge400x56.png"></a>

  3. #3

    collision detection library

    i dont know about a pascal version of the one you posted {MSX} but newton can be used as a collision libry (seperate from the physics) and has delphi headers made by Sascha

  4. #4

    collision detection library

    Quote Originally Posted by Huehnerschaender
    High,
    if you are just searching for collision detection and no response to this detection you might want to take a look at the fastgeo-unit from Arash Partow.
    I already use that unit... It's cool but it miss some key features.. For example it doesn't have the Triangle-Triangle intersection detection.. Also, from a tri-tri collider to a mesh-mesh collider there's a lot of work

    Maybe if we could convert that ColDet to pascal.. it's very few code.. less than 10 file all about 4-5k.. what about that, Savage ? (hint, hint) :mrgreen:
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

  5. #5

    collision detection library

    Quote Originally Posted by tux
    i dont know about a pascal version of the one you posted {MSX} but newton can be used as a collision libry (seperate from the physics) and has delphi headers made by Sascha
    i don't like to import big libraries just to use small parts.. Also, newton works only on windows, and i'm developing mostly on linux. (ode would be better in the case)
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •