Release v1.0.0-alpha2.3
CuriousNikhil
released this
03 Nov 10:31
·
67 commits
to main
since this release
Release notes
-
Finally, the Perlin noise algorithm has been improved and added to k5-compose.
- You can use
noise1D(x)
,noise2D(x, y)
,noise3D(x,y,z)
functions to genrate perlin noise value or smooth randomness
- You can use
-
Have been struggling with generating random numbers so now you've
random()
extensions available on theClosedRange
. Available for all the number data types.val randomValue = (0.5f..1f).random()
You can take look at Javadocs for more info regarding apis