oz123 / awesome-c

A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
Creative Commons Attribution Share Alike 4.0 International
9.16k stars 808 forks source link

Addition of 3D physics engine MuJoCo and 2D collision detector libccd #264

Open bottle2 opened 1 year ago

bottle2 commented 1 year ago

I'm only aware of their existence and I haven't tested neither. I'd add them next to Chipmunk2D on the Game Programming category, although they serve other purposes.

MuCoJo - Multi-Joint dynamics with Contact. A general purpose physics simulator. Apache-2.0 libccd - Library for collision detection between two convex shapes. BSD-3-Clause