• Stars
    star
    164
  • Rank 224,631 (Top 5 %)
  • Language
    C
  • License
    Other
  • Created about 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Various versions of Perlin noise (C and C++)

perlin-noise

Various versions of Perlin noise

This is a collection of various files I have been sprinkling around the Internet for a couple of decades. It was about time I collected them in a proper repository.

The functions are in plain C, but the code is very straightforward, consisting solely of plain computational sequences. Porting to C++ is only a matter of encapsulating this in classes, and porting to any other language should be a reasonably easy as well.

Because of time constraints, I will not maintain separate language versions in this public repository, and I hope for your understanding.