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 functions)?
I know that it is not hard to write one myself (reference code in Java is trivial to port), but I do not want to reinvent the wheel here.