Releases: Bredgren/geo
Releases · Bredgren/geo
Beta 2
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
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
All initially planned features are there.