Search code examples
c#physics

Physics simulation examples


im starting to study physics simulation and i was hoping i could get code examples... anyone knows where i can find some? i would love it in c#... but any other would be fine too...


Solution

  • Farseer is a good, open-source (C#) 2D physics engine. Diving straight into source codes for physics engines may be a bit overwhelming if you don't have much experience with programming physics in general. MetanetSoftware have a couple of good tutorials regarding collision detection.

    Edit: Farseer was renamed and moved to: VelcroPhysics.