Releases: TheUserWW/2D-Physics
v0.0.6 Release
v0.0.5 Release
Integrate the physical engine: cPhysics
link: https://github.com/TheUserWW/cPhysics.git
New Features
Users can now set the amount of charge on objects.
v0.0.4 Release
This is the firsst release of this program
Comparing with v0.0.3 version, this verion of program can allow users to use electric field to control the movement of objects.
Additionally, user can set the object that they create to be a static object, which means this object will not move in anytime, but it still can extert force to others.
v0.0.3 - alpha
Reserve a UI module for electric field.
Users can modify the size and the mass of the object they create.
Refine some codes to modern c++ style.
Fix some bugs.
If you want to compile this program by yourself, do not forget to download the dependencies that this program needs!
0.0.1 - alpha
This is a simple 2D physics engine.
v0.0.2 - alpha
New Features:
universal gravitation effect
Uers can add objects into the system.