[fpc-pascal] Writing Pascal Physics and Vectors

Ryan Joseph genericptr at gmail.com
Fri Oct 29 04:51:59 CEST 2021



> On Oct 29, 2021, at 4:25 AM, Anthony Walter via fpc-pascal <fpc-pascal at lists.freepascal.org> wrote:
> 
> Thanks for the interest Ryan. I am preparing to push my code to a public git repository with a FOSS license. In order to get this out soon it will be broken into a few releases. 

Nice let us know when it's finished.

What I did some years ago was make a plain c wrapper around Box2D so that I could then call it from Pascal (it was c++ originally). I think the library you used is already C so it should be easy to call from Pascal anyways event without the OOP wrapper. Much better than Box2D which was C++ only.

https://github.com/thealchemistguild/Box2DC

Regards,
	Ryan Joseph



More information about the fpc-pascal mailing list