Releases: matiasvlevi/lu5
v0.1.6
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
v0.0.6
v0.0.5
v0.0.4
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
andabs
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)
v0.0.3
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
v0.0.2
0.0.1
First lu5 released builds