C# 3D physics library

Started by
3 comments, last by leblanc 15 years, 10 months ago
Does anyone know of any free C# physics libraries? The only ones I can seem to find are C++ or XNA and I'm having a tough time making my own.
Advertisement
There are a set of bindings of ODE for .NET.
These two links might be of some interest to you.

SourceForge page on OdeDotNet
Talk of ODE for .NET 2.0
There is a C# port of the very good Bullet physics library. I'm not sure where the code is though... Search for 'Bullet C#' and also check out http://www.bulletphysics.com
BulletX

JigLibX
check out http://www.codeplex.com/

for 3d, physic engine,

example i downloaded http://www.codeplex.com/FarseerPhysics and it looks well organized.

also http://www.codeplex.com/3DTools

although i'm just starting in this also so what do i know...


http://www.codeproject.com/ has some tutorials using traditional methods and with newer wpf 3d capabilities.

also: http://www.gaffer.org/game-physics/physics-in-3d
is actually really good.

- lm

by the way if your goal is to create effects like:
http://compiz.org/Home/Screenshots

http://en.opensuse.org/Compiz_Fusion - see alternative projects similar to compiz

i'll be interested in a project with another c# dev.

[Edited by - leblanc on May 28, 2008 5:17:23 PM]

This topic is closed to new replies.

Advertisement