You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ This is the repo for the bepuphysics v2 library, a complete rewrite of the C# 3d
4
4
5
5
The library is still in alpha. Many important features are missing, and many bugs likely remain.
6
6
7
+
The BepuPhysics and BepuUtilities libraries target .NET Standard 2.0 and should work on any supported platform. The demos are built on .NET Core 2.0 and require DX11.
8
+
9
+
The physics engine heavily uses System.Numerics.Vectors types, so to get good performance, you'll need a compiler which can consume those types (like RyuJIT).
10
+
11
+
To build the source, you'll need a recent version of Visual Studio with the .NET Core workload installed. Demos.sln references all relevant projects.
12
+
13
+
## Features
14
+
7
15
The alpha contains a basic featureset:
8
16
- Spheres, capsules, boxes
9
17
- Simple compounds of the above, mainly for use in smaller shapes where acceleration structures wouldn't be helpful
@@ -22,6 +30,8 @@ It notably does *not* yet include:
22
30
- Shape casts
23
31
- Many useful constraint types
24
32
33
+
## Links
34
+
25
35
If you are one of the brave early adopters, you can report bugs [here on github](../../issues).
26
36
27
37
Visit the [forums](https://forum.bepuentertainment.com) for discussion and questions.
@@ -40,4 +50,4 @@ There exists some sparse proto-documentation:
40
50
41
51
If you have too many dollars, we are willing to consume them on [patreon](https://www.patreon.com/bepu).
0 commit comments