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.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Ah, well, I'll have to roll my own then: http://github.com/agladysh/lua-noise/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.