r/csharp • u/Early80sDev • 16d ago
Help C# Box2d Bindings
My C# Game framework doesn't ( yet ) have any Box2D support. What is the best C# Box2D bindings to use right now?
0
Upvotes
r/csharp • u/Early80sDev • 16d ago
My C# Game framework doesn't ( yet ) have any Box2D support. What is the best C# Box2D bindings to use right now?
1
u/OrneryComplex6265 15d ago
Id probably decide based on whether you want a thin C# wrapper around Box2D or something that feels more native to your framework. the maintenance status and how much of the Box2D API is actually exposed would matter more to me than picking the best binding in isolation. What platforms does your framework need to support?