Skip to content

Releases: Bredgren/geo

Beta 2

19 Aug 20:32
Compare
Choose a tag to compare
Beta 2 Pre-release
Pre-release

Sort of remade Space Invaders and came up with a few more things to add. Going to do one more project before finishing beta.

New Features

  • Vec.Clamp and Vec.Cross
  • Collision between Rect and Circle
  • I2F2 function
  • Ray type (with Rect, Circle and line collision)

Beta

03 Aug 14:35
Compare
Choose a tag to compare
Beta Pre-release
Pre-release

After creating some examples the alpha release served it's purpose of shaking out bugs from things that were difficult to unit test.

The next step is to see how things go making an actual (small) game.

New Features

  • Shake functions
  • Two more Vec constructors (VecXYi and VecLA)

Fixes

  • Fixed multiple ease functions
  • Changed Mod to return 0 when its b parameter is 0. I don't think modulus is technically defined for this case, but I think it's more useful this way.

Alpha release

30 Jul 00:22
Compare
Choose a tag to compare
Alpha release Pre-release
Pre-release

All initially planned features are there.