-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Terra Terrain Generator includes an amazing expression parser which compiles directly to Java byte code at runtime. This lets users write custom noise functions which look like this:
(x + y / 2) * getNoise(x, y)
Cave Generator the perfect place to implement something similar.
The original behavior is provided by Paralithic, an amazing byte code generator written by @dfsek which is built on top of Byte Buddy (?). It is declared under the GNU public license v3 and so it should be okay to include it as a dependency.
We need to put some thought into this as a community and discuss the ancillary implications of adding it to Cave Generator.
Affected Areas:
NoiseSettingsNoiseMapSettingsNoiseRegionSettings- Also see PersonTheCat/FastNoise
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed