Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1008 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 1008 Bytes

PerlinNoise Qt/C++

Perlin noise is a type of gradient noise developed by Ken Perlin. (wikipedia)

Screenshots

Image Image Image

Installing

A step by step series that tell you how to get a execute project. Get it from GitHub

git clone git@github.com:Przemekkkth/PerlinNoise_Qt-Cpp.git

Compile

qmake && make

Addons