改进了 Lua 的 Perlin Noise 模块
我的 Lua 代码中需要改进 Perlin 噪声。
有没有不错的开源 Lua C 模块可用?
或者是否有任何不错的 C 库可供我编写包装器(也许与其他噪声函数一起)?
我知道自己写一个并不难(参考代码在Java中是微不足道的到端口),但我不想在这里重新发明轮子。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
啊,好吧,那么我就得自己动手了: http://github.com/agladysh /lua-噪音/
Ah, well, I'll have to roll my own then: http://github.com/agladysh/lua-noise/