TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Weird: Generative Art in Common Lisp

267 点作者 alaq超过 3 年前

6 条评论

andybak超过 3 年前
I&#x27;ve been trying to track that top image down for ages. This faux bokeh was a big inspiration for a VR piece I made: <a href="https:&#x2F;&#x2F;andybak.net&#x2F;gossamer" rel="nofollow">https:&#x2F;&#x2F;andybak.net&#x2F;gossamer</a><p>(By &quot;faux&quot; I just mean this isn&#x27;t simulating optics to any great level of realism)<p>I knew it was by inconvergent but I didn&#x27;t think of looking on Github for some reason.<p>My implementation was actually different - I based mine on the work of Keijiro Takahashi: <a href="https:&#x2F;&#x2F;github.com&#x2F;keijiro&#x2F;VfxBokeh" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;keijiro&#x2F;VfxBokeh</a>
评论 #29538779 未加载
评论 #29538749 未加载
shagie超过 3 年前
For those inspired by this, they may also like context free art - <a href="https:&#x2F;&#x2F;www.contextfreeart.org" rel="nofollow">https:&#x2F;&#x2F;www.contextfreeart.org</a><p>For example: <a href="https:&#x2F;&#x2F;www.contextfreeart.org&#x2F;gallery&#x2F;view.php?id=4223" rel="nofollow">https:&#x2F;&#x2F;www.contextfreeart.org&#x2F;gallery&#x2F;view.php?id=4223</a><p><pre><code> startshape lightning shape lightning rule 20 { CIRCLE[r -60..60] lightning[y -1 s 0.99 r -10..10] } rule 1 { CIRCLE[r -60..60] lightning[y -1 s 0.5 r -50..-20] lightning[y -1 s 0.99 r -10..10] } rule 1 { CIRCLE[r -60..60] lightning[y -1 s 0.5 r 20..50] lightning[y -1 s 0.99 r -10..10] }</code></pre>
podiki超过 3 年前
Beautiful, and in Common Lisp just makes it that much better for me. Thanks for sharing!
coldcode超过 3 年前
As a generative artist I love seeing what other people do. Sadly I am not conversant in CL so its difficult to understand.
评论 #29539953 未加载
marban超过 3 年前
Awesome! Anyone seen an equivalent in Python?
评论 #29540659 未加载
评论 #29537278 未加载
Epitom3超过 3 年前
pretty!