Skip to content

haynesgt/perlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perlin Noise Generator

This code is based on http://freespace.virgin.net/hugo.elias/models/m_perlin.htm

It generates an image of 2D perlin noise using several threads, then saves the result as png.

Configure

Run sudo apt install build-essential libpng-dev

Make

Run make

Run

First make, then run ./makeimage

Output

perline noise

About

Creates an image of 2d Perlin noise.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published