Skip to content

v0.1.6

Latest
Compare
Choose a tag to compare
@matiasvlevi matiasvlevi released this 01 Sep 06:48
· 66 commits to master since this release

lu5 v0.1.6

New

  • NSIS Installer for windows (lu5-x86_64-win-0.1.6.exe)

  • Added a 3D Rendering mode see docs

  • Added 3D Primitive Shapes (plane, box, sphere) see docs

  • Added 3D Utilities (debugMode, orbitControl) see docs

  • OBJ support for 3D Models (loadModel, model) see docs

  • Image cropping with Image.crop see docs

  • Vector methods & Vector swizzling see docs

  • arc in Shapes see docs

  • Restart your lu5 sketch with CTRL+R (Suggested by @Tamnac in issue #3)

Changed

  • dist can now take 6 number arguments for 3D see docs

  • dist can now take 2 vector arguments see docs

  • lu5 determines float types from whichever LUA_FLOAT_TYPE is set.