Skip to content

Box2D.NET - a port of Box2D, is a 2D physics engine for games, .NET C#, Unity3D

License

Notifications You must be signed in to change notification settings

ikpil/Box2D.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Box2D Logo

Box2D.NET

Box2D.NET is a C# port of the Box2D physics engine.
If you'd like to support the project, we'd appreciate starring(⭐) our repos on Github for more visibility.


GitHub License Languages GitHub repo size GitHub Repo stars GitHub Actions Workflow Status CodeQL Advanced GitHub commit activity GitHub issues GitHub closed issues GitHub Sponsors


demo


✨ Features

  • 🌿 Purity - Fully implemented in pure C#.
  • 💻 Compatibility - Ensuring seamless integration with the .NET platform and Unity3D.
  • 🌍 Cross-Platform Support - Easily integrates with all major platforms, including Linux, Windows, macOS

Box2D.NET is divided into multiple modules, each contained in its own folder:

🚀 Getting Started

▶️ Running With Command Prompt

dotnet run --project src/Box2D.NET.Samples --framework net9.0 -c Release

🛠️ Integration

There are a few ways to integrate Box2D.NET and Box2D.NET.Memory into your project. Source integration is the most popular and most flexible. Additionally, NuGet installation will also be supported in the future.

📚 Documentation & Links