Skip to content

v0.1.3

Latest
Compare
Choose a tag to compare
@AlphaRLee AlphaRLee released this 17 Mar 01:45
38c21ca

User Changes

  • Added translate(x, y) and scale(n) functions to complement rotate(r). See docs here
  • Added dist(x1, y1, x2, y2) that calculates the hypotenuse between two points. See docs here
  • Added FRAME_RATE variable. See docs here
    • Note - This should be treated as a read-only variable and has unexpected behaviours if you try writing into it.