Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shathor/simplexnoise
- Owner: shathor
- License: mit
- Created: 2016-11-05T23:21:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T23:36:50.000Z (about 8 years ago)
- Last Synced: 2024-11-07T23:41:18.700Z (2 months ago)
- Topics: image-processing, noise, noise-algorithms, noise-generator, simplex, simplex-algorithm, simplexnoise
- Language: Java
- Size: 239 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimplexNoise
Simple Java SimplexNoise projectRenders 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)