Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@matiasvlevi matiasvlevi released this 18 May 03:48
· 15 commits to master since this release

lu5 v0.0.4

New

  • Added an --install option for linux, which makes a sketch global

  • Added beginShape, vertex & endShape See here

  • Added a windowResized callback See here

  • Added min, max in math See here

  • Added constrain, map, dist and abs in math See here (contribution by @SharkAce)

  • Added a window icon

Changed

  • keyIsDown can now accept a character as a string.

  • print can now print pointers (lightuserdata)