Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shathor/simplexnoise

Simple Java SimplexNoise project
https://github.com/shathor/simplexnoise

image-processing noise noise-algorithms noise-generator simplex simplex-algorithm simplexnoise

Last synced: 17 days ago
JSON representation

Simple Java SimplexNoise project

Awesome Lists containing this project

README

        

# 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](https://raw.githubusercontent.com/sgwerder/SimplexNoise/master/examples/noise.png?raw=true)

![alt tag](https://raw.githubusercontent.com/sgwerder/SimplexNoise/master/examples/noise1.png?raw=true)

![alt tag](https://raw.githubusercontent.com/sgwerder/SimplexNoise/master/examples/noise2.png?raw=true)