Skip to content

Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@Bredgren Bredgren released this 03 Aug 14:35
· 12 commits to master since this 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.