Skip to content

Releases: thacuber2a03/rectcut.lua

v2.0

30 May 18:29

Choose a tag to compare

fixes:

  • all the cut methods
    yeah, that was like... the library itself, and it wasn't working
  • the rect debug representation
    previously it was Rect: X(minX, minY), Y(maxX, maxY), which didn't align with Rect:unpack(), so X and Y were changed to min and max respectively

additions:

  • (QOL) camelCase versions of all the methods
  • improve unknown side errors in the Rect:get/add/cut methods

wrote tests (adapted from the Rust implementation)

v1.0

18 May 01:03

Choose a tag to compare

Initial release