Skip to content

Releases: buchanae/ink

v0.0.2

17 Feb 18:47
Compare
Choose a tag to compare
  • add math.ClampInt
  • add dd.Unit
  • add dd.Quad.RotateAround
  • add dd.XY.Div
  • add dd.XY.Clamp
  • lots of other API tweaks and cleanup

v0.0.1

06 Feb 02:09
Compare
Choose a tag to compare

First attempt at building cross-platform releases using Github Actions. 🤞

Changes lately:

  • Replaced gfx.Meshable with dd.Fillable
  • Replaced gfx.Strokeable with dd.Strokeable
  • Added dd.Quad.Rotate
  • Added dd.Quad.Translate
  • Added dd.Rect.Grow
  • Added dd.Rect.Rotate
  • Added dd.Center
  • Added color.Interpolate
  • Added color.HSVToRGB and color.RGBToHSV
  • Other cleanup

Mostly thinking about the build + release process lately.