
SKNoise by ReportCards 
The Addon That Includes Noise! (No, not sound.)
Events
0
Expressions
5
Effects
0
Conditions
0
Types
0
Sections
0
Structures
0
Total
5
The Addon That Includes Noise! (No, not sound.)
Events
0
Expressions
5
Effects
0
Conditions
0
Types
0
Sections
0
Structures
0
Total
5
Update 1.0
This update is a complete recode of skNoise, bringing in a new way to handle generators, more ways to edit a generator and its values
Generators are now actually an object compared to constructing the entire generator through one line.
You can save a generator to a variable now as well!
Here's a quick example of creating a new generator, editing some values, and using it:
This update fixes voronoi noise bugs from 0.1.8
NEW EXPRESSION
- Voronoi:
Syntax:
[sknoise] voronoi [noise] at [x] %number%[,] [[y] %-number%[(,|[,] and) [z] %-number%]] [with cell values]
[sknoise] voronoi [noise] at (loc|location) %location% [with cell values]
Description:
Get's the voronoi noise at a location, voronoi noise in simple words is a plot of distance between points. (Wiki)
Big Example:
I lowkey forgot to update the resource here, this is a quick summary of what was changed.
(0.1.1)
Average The expression was made more efficient
Noise Noise expressions were given a syntax to allow locations ((perlin|simplex) noise at %location%)
(0.1.2 - 0.1.4)
Seed Seed expression was originally set to return a list, this changed that
Noise These expressions were given parameters for octaves, frequency, and amplitude! Also fixed an issue with the original syntax
(0.1.5) IMPORTANT UPDATE
This is update reduced the file size by a ton, by removing skript from being bundled with the build, it reduced the file size from ~2.7mb to ~42kb
This update also changed the syntax by a lot for noise expressions.
Perlin Syntax