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
@@ -37,6 +35,12 @@ The ReactPhysics3D library is released under the open-source [ZLib license](http
37
35
38
36
You can find the User Manual and the Doxygen API Documentation [here](http://www.reactphysics3d.com/documentation.html)
39
37
38
+
## Branches
39
+
40
+
The "master" branch always contains the last released version of the library. This is the most stable version. On the other side,
41
+
the "develop" branch is used for development. This branch is frequently updated and can be quite unstable. Therefore, if you want to use the library in
42
+
your application, it is recommended to checkout the "master" branch.
43
+
40
44
## Issues
41
45
42
46
If you find any issue with the library, you can report it on the issue tracker [here](https://github.com/DanielChappuis/reactphysics3d/issues).
0 commit comments