Skip to content

v0.0.3

Compare
Choose a tag to compare
@matiasvlevi matiasvlevi released this 11 May 22:59
· 313 commits to master since this release

lu5 v0.0.3

New

  • Added a class utility for object oriented paradigms See here

  • Added the frameRate function See here

  • Added deltaTime as a global variable See here

  • Added push & pop for caching styles See here

  • Added the loadImage function to load images See here

  • Added the image function to draw loaded images See here

Changed

  • The print function can now print C pointers (lightuserdata)

  • Static font as default font (commit adb784f)

  • No longer any cap on loaded fonts, switched from a fixed size pointer table to a link list for storing fonts (commit fa62b48).