Skip to content

Implementation and some application of "Perlin Noise", currently it can generate wood-like texture, and draw "handwritten style" square.

Notifications You must be signed in to change notification settings

shiruilu/perlin_noise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation and Application of Perlin Noise.

The result writes to a ppm file demo.ppm.

Features

  • Wood-like texture.
  • Handwritten style square.

To Build

cd build
cmake ../src/.
make

To Run

  • default noise example:
./perlin_noise -d
  • wood like structure:
./perlin_noise -w
  • normal square:
./perlin_noise -c
  • handwritten style square (with noise):
./perlin_noise -n

About

Implementation and some application of "Perlin Noise", currently it can generate wood-like texture, and draw "handwritten style" square.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages