Skip to content

QuarkPhysics v1.0.1

Latest
Compare
Choose a tag to compare
@erayzesen erayzesen released this 03 Dec 08:48
· 5 commits to master since this release
fef4c29

qp_v1_0_1_black

Although this is a minor update, this version of QuarkPhysics has also gained a vision update by adding a QPlatformerBody class for 2D games to the default extensions. A physics engine designed specifically for 2D games should provide a practical and fast solution for platformer physics, which often causes the most challenging processes for developers.

simplescreenrecorder-2023-09-22_01.30.15-2024-12-02_10.54.19.online-video-cutter.com.mp4

For this reason, the platformer game example in the physics engine's Examples section has been updated with an application created using this extension.

Additionally:

Added: SetVelocityLimit() methods to apply speed limits to QBody objects.
Added: SetIntegratedVelocitiesEnabled() method to enable or disable velocity integration and default forces for QBody objects.
Fixed: Crashes and explosions occurring under heavy collision stress in the Area Preserving feature.