Skip to content

Releases: BooleanCube/jgmp

JGMP v1.0.3

21 Sep 10:08
Compare
Choose a tag to compare

2D Physics bug fixing
JUnit Testing for 2d Physics Library

Full Changelog: v1.0.2...v1.0.3

JGMP v1.0.2

14 Aug 04:13
Compare
Choose a tag to compare

Bug fixes with non final static 2D Vector variables with changeable values.
2D Direction Vectors and static ZERO and ONE Vectors have been turned into functions where a new vector is returned everytime the function is called. (Still static functions)

Full Changelog: v1.0.1...v1.0.2

JGMP v1.0.1

14 Aug 03:53
137347b
Compare
Choose a tag to compare

Bug fixes with 2D Vectors and 2D Rays Mathematics

Full Changelog: v1.0.0...v1.0.1

JGMP v1.0.0

10 Aug 02:34
295e33d
Compare
Choose a tag to compare
  • Basic 2D Vectors
  • Basic 2D Shape Models and Collision Detection
  • Basic 2D Kinematics Models
  • Basic Float Mathematics

Full Changelog: https://github.com/BooleanCube/jgmp/commits/v1.0.0