bepu / bepuphysics2

Pure C# 3D real time physics simulation library, now with a higher version number.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demos do not work on Mac OSX

PaperPrototype opened this issue · comments

does BepuPysics have any native dependencies?

The library itself does not have native dependencies, but the demos application and its content pipeline do. In this case, it looks like some dependency in the content pipeline isn't playing well with mac. I'd guess it's freetype.

The Demos.GL path was a contribution and I don't maintain cross platform support for the demos application. If you'd like, you can try figuring out a fix; if it's reasonably well-contained I'd accept a PR.

alrighty, I might mess around with it for a bit. thanks for the reply!