Skip to content

shathor/SimplexNoise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplexNoise

Simple Java SimplexNoise project

Renders simplex noise with Java. It's useful to create textures or generate levels for games. Play with the filter values in NoiseImage process() method. The image is rendered as "noise.png" 1024 x 1024 in the root directory by default. Execute by running the Starter class.

Examples

alt tag

alt tag

alt tag