TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

On generative algorithms

479 pointsby dave9000over 6 years ago

15 comments

aw3c2over 6 years ago
Warning, this series of fantastically written articles on generative art might make you feel very small and sad compared to those who are capable of not only creating but communicating beauty like this.<p>In other words, I highly recommend you try some generative art yourself and see that at its core, it is not that hard and YOU can do it too!
评论 #18040648 未加载
评论 #18037332 未加载
评论 #18035840 未加载
评论 #18034383 未加载
评论 #18033837 未加载
akavelover 6 years ago
When I was a kid (in the 90s), one of the computer periodicals in Poland at the time had a column titled &quot;Mikroprofesor&quot;, which run a lot of simple and beutiful algorithms for generative art like these. I loved the images and even tried coding some of them (I think they always came with some pseudocode). I wish there was some online archive of the articles, but unfortunately I couldn&#x27;t find one (the magazine was named &quot;Enter&quot;; I can&#x27;t recall the name of the column author however).
评论 #18040640 未加载
评论 #18037993 未加载
thx4allthestuffover 6 years ago
@Anders Hoff, thank you for making your site work just fine with javascript disabled. I really appreciate that.
wiz21cover 6 years ago
The father of all of this is William Latham.<p><a href="https:&#x2F;&#x2F;www.doc.gold.ac.uk&#x2F;~mas01whl&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.doc.gold.ac.uk&#x2F;~mas01whl&#x2F;</a><p>(or John Conway, but that&#x27;s another league)
评论 #18034975 未加载
评论 #18034964 未加载
sarbazover 6 years ago
The Hyphae image (and the trees) have a result that&#x27;s very similar to Diffusion Limited Aggregation, but the method of generation is very different.<p>IMO the Hyphae way is actually less cool than plain DLA. The algorithm had a lot of degrees of freedom that were selected randomly, while DLA has very few degrees of freedom and gives a cooler shape<p>I guess the point is that sometimes a simpler algorithm can give more interesting results for this kind of thing
评论 #18042981 未加载
pareshverma91over 6 years ago
About half a decade ago I had added a random blot generation to my now-unmaintained-site <a href="https:&#x2F;&#x2F;web.iiit.ac.in&#x2F;~paresh.verma&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web.iiit.ac.in&#x2F;~paresh.verma&#x2F;</a>. I have spent a few hours generating random blots, and trying to interpret them. Adding more structure to it, with an algorithm should make it more interesting and entertaining.
khitchdeeover 6 years ago
There&#x27;s but a fine line between generative algorithms used for the purposes of arts and entertainment<p>and those used for programming itself.<p>Formerly referred to as meta-programming<p>generative programming is the art of writing programs that help generate programs<p>sort of a way of extending the idea of the tool as in programming tool<p>beyond its current rather static avatar that consists merely of a rather lifeless IDE
评论 #18034775 未加载
olooneyover 6 years ago
These are very beautiful. Very organic, yet strictly mathematical.<p>Many of these techniques have practical applications in computer graphics; see for example <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;user&#x2F;keeroyz&#x2F;videos" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;user&#x2F;keeroyz&#x2F;videos</a>
spepsover 6 years ago
I was fascinated by Jared Tarbell&#x27;s work and his website some time ago: <a href="http:&#x2F;&#x2F;www.complexification.net&#x2F;gallery&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.complexification.net&#x2F;gallery&#x2F;</a>
akshayBover 6 years ago
One of the reasons why I like to follow generative algorithms its extremely unique and wildly diverse at the same time. It is a combination of geometry, design, art &amp; programming that tries to mimic nature.
jimijazzover 6 years ago
I wonder if these algorithms have been applied to sound generation....
joshuover 6 years ago
He does a great job of explaining stuff that seems very hard in a way that is intuitively very implementable.<p>I&#x27;ve been a fan of his for years and have ported some of his stuff to my own robots...
jimijazzover 6 years ago
Awesome work! Any one knows why did the author closed the shop?
shawnover 6 years ago
Davinci pointed out that a tree’s thickness is constant if you slice it in a semi circle. <a href="https:&#x2F;&#x2F;fractalfoundation.org&#x2F;OFC&#x2F;leonardotree1.jpg" rel="nofollow">https:&#x2F;&#x2F;fractalfoundation.org&#x2F;OFC&#x2F;leonardotree1.jpg</a><p>That is, if you face a tree and draw a circle with your arm, and add up all the thicknesses your fingers intersect, the total will always be the same.<p><a href="https:&#x2F;&#x2F;www.insidescience.org&#x2F;news&#x2F;uncovering-da-vincis-rule-trees" rel="nofollow">https:&#x2F;&#x2F;www.insidescience.org&#x2F;news&#x2F;uncovering-da-vincis-rule...</a>
评论 #18034341 未加载
评论 #18034233 未加载
make3over 6 years ago
Everyone who liked this should like to read on Generative Adversarial (Neural) Networks, generative models where a pair of neural networks are trained one against the other to learn to generate new images. This has been put to many great purposes, including artistic ones: <a href="https:&#x2F;&#x2F;towardsdatascience.com&#x2F;gangogh-creating-art-with-gans-8d087d8f74a1" rel="nofollow">https:&#x2F;&#x2F;towardsdatascience.com&#x2F;gangogh-creating-art-with-gan...</a>
评论 #18034209 未加载