Resolv Versions Save

A Simple 2D Golang collision detection and resolution library for games

v0.7.0

3 months ago

Major breaking release - among other changes, this release transitions to using Vectors for positions and size pairs instead of plain float64s.

v0.6.1

11 months ago

Hello!

Here's a quick release before I do a breaking change in introducing a Vector type specifically for resolv.

This is mostly a maintenance release with just a few major fixes.

What's Changed

New Contributors

Full Changelog: https://github.com/SolarLune/resolv/compare/v0.6.0...v0.6.1

v0.6.0

1 year ago

v0.6.0!

It's been awhile since the last time I pushed a release for resolv, so here's another one. This has some minor fixes, as well as the ability to scale and rotate ConvexPolygons, which is cool. Here's the changelog - aight, i'm out

Full Changelog: https://github.com/SolarLune/resolv/compare/v0.5.1...v0.6.0