/PerlinGenerator

A lil' somethin' somethin' to make some nice perlin noise maps.

Primary LanguageC++

PerlinGenerator

Generates a basic Perlin noise image with a few basic paramaters.

Basic features are:

  • Generate X by Y image and saves as .png
  • Control the octave count used to generate the noise
  • Choose between solid or transparent background

Alt text

Dependencies

-Allegro 5

I use 5.2 but any version should work