ChipMunk2D vs Box2D

About Monkey 2 Forums Monkey 2 Projects ChipMunk2D vs Box2D

This topic contains 0 replies, has 1 voice, and was last updated by  abakobo 2 years, 5 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #4750

    abakobo
    Participant

    I played around with box2D and chipmunk2D…
    For chipmunk I implemented a debugdraw but have not played with joints only with bodies and gravity
    the two repos are
    https://github.com/abakobo/Box2D_for_monkey2
    https://github.com/abakobo/chipmunk_monkey2

    in the Box2D repo you have a .monkey2 with comparison of both libs running 1750+ objects without graphics.
    With so much objects it’s actually the render that take time.. not the physics steps. So both libraries have their interest even though chipmunk is faster. Especially the Box2D continuous collision detection and OOP design. So I’ll probably finish the job on the Box2D module and go further in the pros and cons.

    Attachments:
Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.