Skip to content

A simple program that generates Simplex noise and saves it as a png file

Notifications You must be signed in to change notification settings

Mayonaka88/noise-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Noise Generator

A simple program that generates Simplex noise and saves it as a png file.

Python was used for this program.

The output image is set to be 512x512. However, that can be changed in code.

Change the range in the main for loop to specify how many images you want.

Here is an example of the output:

d

NOTE: SOME BLACK SPOTS MIGHT GENERATE IN WHITE AREAS AND VISE VERSA. IF THAT HAPPENS, DISCARD THE SEED AND TRY ANOTHER ONE. FILTERING THE OUTPUT FILES IS RECOMMENDED IF THE FILES ARE GOING TO BE USED AS DATA.

About

A simple program that generates Simplex noise and saves it as a png file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published