Tagged Questions
0
votes
1answer
592 views
Improved Perlin Noise module for Lua
I need Improved Perlin Noise in my Lua code.
Are there any decent open-source Lua C modules available?
Or is there any nice C library that I can write a wrapper for (perhaps with other noise ...