【发布时间】:2014-01-10 17:01:09
【问题描述】:
我正在 Clojure 中寻找 1 维 perlin 噪声的实现,目前我找到了 3 维实现:
https://github.com/indy/perlin/blob/master/src/perlin/core.clj
但它并不真正符合我的需要
还有一个来自于 quil 中的 Processing:
https://github.com/quil/quil/blob/master/src/quil/core.clj#L2427
但我不知道如何提取它(它绑定到当前小程序)
【问题讨论】:
-
clisk 可以帮助你 - github.com/mikera/clisk/blob/…
标签: clojure perlin-noise