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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Contest: recreate Mondrian painting in code, win exposition in museum

65 点作者 vindia超过 12 年前

11 条评论

vindia超过 12 年前
Rules are in Dutch, so I did a quick translation of the most important parts<p>Generate Mondriaan's Victory Boogie Woogie in code<p>Everyone who can make squares appear on a screen can join until March 7th 2013<p>Submit your code to elegant@setup.nl<p><pre><code> Rules * Any programming language can be used * Please do try to document your code as good as possible and add a little description how it works, as the judges will not speak all programming languages * Please add a little manual on how to run your program on the judges' machine * Code will remain secret until the deadline of March 7th 2013 * After the deadline all code will be published on Github, licensed under MIT license and with proper attribution to the author * Your submission must consist of the following: * Sourcecode * Output of your program (image) * Short description of the algorithm used * Contact details</code></pre>
评论 #5043352 未加载
评论 #5045429 未加载
评论 #5044309 未加载
jerf超过 12 年前
The winner is a foregone conclusion, it's the person who submits the solution in Piet: <a href="http://www.dangermouse.net/esoteric/piet.html" rel="nofollow">http://www.dangermouse.net/esoteric/piet.html</a><p>It'll be a worthy victory, though.
评论 #5044433 未加载
评论 #5045431 未加载
评论 #5043507 未加载
kens超过 12 年前
There's a famous 1965 experiment to generate synthetic Mondrians by computer. Most people couldn't tell which was real, and people actually liked the fake better. This was some of the earliest computer art, done on an IBM 7090. (Just a historical note, not a comment on the current contest.)<p><a href="http://www.newmediacaucus.org/wp/routing-mondrian-the-a-michael-noll-experiment/" rel="nofollow">http://www.newmediacaucus.org/wp/routing-mondrian-the-a-mich...</a><p><a href="http://www.dam.org/mix/noll-all-artworks-4-computer-patterns-with-lines--dam-11493-gUmmn-de-2.jpg" rel="nofollow">http://www.dam.org/mix/noll-all-artworks-4-computer-patterns...</a>
ktf超过 12 年前
More-or-less off-topic, but if you live in SF you should check out the house near Ocean Beach that's painted like a Mondrian:<p><a href="http://www.flickr.com/photos/carlbeanlarson/6184099446/" rel="nofollow">http://www.flickr.com/photos/carlbeanlarson/6184099446/</a><p>I forget the exact cross street -- somewhere between Judah and Taravel, overlooking the beach. A good excuse for a walk on the beach, if nothing else!
评论 #5043730 未加载
评论 #5043627 未加载
Adaptive超过 12 年前
Those with xscreensaver installed can use something along the lines of:<p><pre><code> /usr/lib/xscreensaver/deco -mondrian </code></pre> Temper your expectations by the `man deco` intro that suggests it draws "tacky 70s basement wall panelling".
jessedhillon超过 12 年前
Evidently there's some interestingness in the precise choice of the colors in Boogie Woogie: <a href="http://www.webexhibits.org/colorart/mondrian2.html" rel="nofollow">http://www.webexhibits.org/colorart/mondrian2.html</a>
pejoculant超过 12 年前
I wrote some code a little while ago to do something like this (although I wasn't trying to produce Victory Boogie Woogie in particular)[1]. It generates samples from a probability distribution over kd-trees called the Mondrian Process [2]<p>[1] <a href="http://whatididonthetrain.blogspot.com/2011/02/mondrian-was-mathematician.html" rel="nofollow">http://whatididonthetrain.blogspot.com/2011/02/mondrian-was-...</a><p>[2] <a href="http://www.stats.ox.ac.uk/~teh/research/npbayes/RoyTeh2009a.pdf" rel="nofollow">http://www.stats.ox.ac.uk/~teh/research/npbayes/RoyTeh2009a....</a>
onion2k超过 12 年前
Years ago I wrote a toy to make Mondrian style pics using PHP+GD2 ... <a href="http://ooer.com/automondrian/" rel="nofollow">http://ooer.com/automondrian/</a> ... It just makes silly random pics. Fun.
specialist超过 12 年前
I'm a little bit sad that such awesomeness can be reduced to an algorithm. As my graphic designer friends used to joke, "There's a Photoshop filter for that!"<p>I'd be really impressed if a computer program simulated the -tactile- texture and gamut as well.<p>Mondrian's New York period paintings are deceptively simple. I've read a teacher's writeup of his student's efforts to recreate Mondrian's Composition (I think). Not easy.<p>Matching the palette, precise layering, bevels and edges. Mondrian's New York paintings were precise and subtle.<p>Here's a similar description (can't find the article I vaguely remember):<p>Two-year study of Mondrian's Victory Boogie Woogie in Gemeentemuseum Den Haag to be rounded off by symposium Thursday, 28 August 2008 <a href="http://www.codart.nl/news/338/" rel="nofollow">http://www.codart.nl/news/338/</a>
评论 #5044544 未加载
评论 #5043994 未加载
yeureka超过 12 年前
This reminds me of an installation by Mine Control: <a href="http://www.mine-control.com/mondrian.html" rel="nofollow">http://www.mine-control.com/mondrian.html</a>
kevinconroy超过 12 年前
Bonus points for who ever can structure your code with whitespace to appear in a layout very similar to the resulting painting.