Skip to content

Releases: TheUserWW/2D-Physics

v0.0.6 Release

22 Jan 05:56

Choose a tag to compare

Enhance performance

v0.0.5 Release

21 Jan 02:00

Choose a tag to compare

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

18 Jan 00:46
a39c101

Choose a tag to compare

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

15 Jan 06:20
2c5b702

Choose a tag to compare

v0.0.3 - alpha Pre-release
Pre-release

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

11 Jan 06:56
2c5b702

Choose a tag to compare

0.0.1 - alpha Pre-release
Pre-release

This is a simple 2D physics engine.

v0.0.2 - alpha

13 Jan 05:18
549c909

Choose a tag to compare

v0.0.2 - alpha Pre-release
Pre-release

New Features:
universal gravitation effect
Uers can add objects into the system.