Skip to content

Releases: Inochi2D/inmath

v1.3.0

11 Sep 20:48
Compare
Choose a tag to compare
  • Made inmath.interpolate impure to allow interpolating ranges with side effects.
  • Added "lorp" (logarithmic interpolation)

Full Changelog: v1.2.1...v1.3.0

v1.2.1

08 Jun 20:58
Compare
Choose a tag to compare
  • Cleaned up dub.sdl and README.
  • Removed extra unneeded aliases for quat.
    Full Changelog: v1.2.0...v1.2.1

v1.2.0

08 Jun 20:39
Compare
Choose a tag to compare
  • Added inmath.dampen
    • Added dampen and smoothDampen functions
  • Fixed some doc comments that had been find-and-replace renamed.
  • Cleaned up inmath.color

Full Changelog: v1.1.1...v1.2.0

v1.1.1

19 May 12:05
Compare
Choose a tag to compare
  • Added ability to clip rectangles together

v1.1.0

16 May 14:40
Compare
Choose a tag to compare
  • Added new color managment utilities
  • Deprecated inmath.hsv, in favour of inmath.color

v1.0.8

16 May 12:55
Compare
Choose a tag to compare
  • Made more of the library no-gc
  • Added qol distance() function to Plane, to make code more obvious.

v1.0.7

16 May 10:05
fcdd565
Compare
Choose a tag to compare
  • Improves nogc support for inmath.math

1.0.6

09 Mar 13:12
Compare
Choose a tag to compare

This update improves support for Metal by adding new functions for creating perspective and orthographic matrices mapped to Metal's Normalized Device Coordinates.

See perspective01 and orthographic01.

OpenSimplex2 Noise

28 Oct 23:12
Compare
Choose a tag to compare
v1.0.5

Add opensimplex2 impl

Cubic interpolation

23 Oct 18:19
Compare
Choose a tag to compare
v1.0.4

Cubic interpolation