bepu / bepuphysics2

Pure C# 3D real time physics simulation library, now with a higher version number.
Apache License 2.0
2.25k stars 261 forks source link

Demos do not work on Mac OSX #322

Open PaperPrototype opened 2 months ago

PaperPrototype commented 2 months ago
Screenshot 2024-04-27 at 10 25 35 PM
PaperPrototype commented 2 months ago
Screenshot 2024-04-27 at 10 26 19 PM
PaperPrototype commented 2 months ago

does BepuPysics have any native dependencies?

RossNordby commented 2 months ago

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.

PaperPrototype commented 2 months ago

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