Box2D.NET.Shared
3.1.0.510
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Standard 2.1
This package targets .NET Standard 2.1. The package is compatible with this framework or higher.
dotnet add package Box2D.NET.Shared --version 3.1.0.510
NuGet\Install-Package Box2D.NET.Shared -Version 3.1.0.510
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Box2D.NET.Shared" Version="3.1.0.510" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Box2D.NET.Shared" Version="3.1.0.510" />
<PackageReference Include="Box2D.NET.Shared" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Box2D.NET.Shared --version 3.1.0.510
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Box2D.NET.Shared, 3.1.0.510"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Box2D.NET.Shared&version=3.1.0.510
#tool nuget:?package=Box2D.NET.Shared&version=3.1.0.510
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
✨ 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:
- Box2D.NET : A C# port of the Box2D physics engine for 2D physics simulations.
- Box2D.NET.Shared : Shared code and utilities for Box2D.NET, for use in sample projects and by library users.
- Box2D.NET.Samples : Sample projects to showcase the features of Box2D.NET
- Box2D.NET.Test : Unit tests for Box2D.NET.
🚀 Getting Started
- To verify the run for all modules, run Box2D.NET.Samples
- on the Windows platform, you need to install the redistributable package
- Microsoft Visual C++ Redistributable Package
▶️ 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 into your project.
- Source integration is the most popular and most flexible. Additionally, NuGet installation will also be supported in the future.
📚 Documentation & Links
Box2D.NET Links
Official Links
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.