Hi all,
I have been looking at the free open source 2d physics library http://www.box2d.org/, and was wondering if anyone has ported it to Pascal, or made a usable wrapper so one can use it under Pascal?

I am thinking of trying to make a wrapper for it.

I managed to compile it as a dynamic "libbox2d.a" file, and static "libbox2d.o" file, but I don't think I will be able to use any "objects" from it directly without translating it first...

I am going to try though :-)

cheers,
Paul