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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Conway's Game of Life, using floating point values instead of integers

688 点作者 icey超过 12 年前

22 条评论

tim_hutton超过 12 年前
Original post:<p><a href="https://plus.google.com/110214848059767137292/posts/WtPBhYJswAe" rel="nofollow">https://plus.google.com/110214848059767137292/posts/WtPBhYJs...</a><p>Technical details on the YouTube page:<p><a href="https://www.youtube.com/watch?v=KJe9H6qS82I" rel="nofollow">https://www.youtube.com/watch?v=KJe9H6qS82I</a><p>(Two lots of source code available: Stephan's and mine)<p>Other discussions about this:<p>Reddit: <a href="http://www.reddit.com/r/compsci/comments/118svz/smoothlife_a_continuous_version_of_conways_game/" rel="nofollow">http://www.reddit.com/r/compsci/comments/118svz/smoothlife_a...</a><p>Metafilter: <a href="http://www.metafilter.com/120749/Smoothlife" rel="nofollow">http://www.metafilter.com/120749/Smoothlife</a>
评论 #4642844 未加载
jashkenas超过 12 年前
Does anyone have a JavaScript implementation of the paper? It looks like it would be really fun to play with in &#60;canvas&#62;.<p><i>Edit</i> Quoth YouTube: "74 minutes on an nVidia GeForce GTX 460" ... maybe not so fun.
评论 #4647289 未加载
评论 #4645423 未加载
评论 #4643194 未加载
评论 #4643189 未加载
tisme超过 12 年前
Fascinating, totally mesmerizing video. That's reminiscent of something that you could be observing under a microscope.
评论 #4642599 未加载
mmagin超过 12 年前
Possibly of similar interest - Ready, a program for exploring continuous valued cellular automata: <a href="http://code.google.com/p/reaction-diffusion/" rel="nofollow">http://code.google.com/p/reaction-diffusion/</a>
pav3l超过 12 年前
Aren't cellular automata in continuous space just PDE's? If so, what is the equation being integrated?<p>EDIT: found the paper: <a href="http://arxiv.org/pdf/1111.1567v2.pdf" rel="nofollow">http://arxiv.org/pdf/1111.1567v2.pdf</a>
评论 #4642610 未加载
nickknw超过 12 年前
That's awesome! My project inspired by the Game of Life is quite a bit less ambitious (and still incomplete) - <a href="http://nickknowlson.com/projects/conways-revenge/" rel="nofollow">http://nickknowlson.com/projects/conways-revenge/</a><p>It lets multiple cell colonies fight against each other using a modified ruleset.
评论 #4644029 未加载
DanBC超过 12 年前
Pinchyfingers submitted this link:<p>(<a href="http://news.ycombinator.com/item?id=4642628" rel="nofollow">http://news.ycombinator.com/item?id=4642628</a>) which goes to a Youtube video of a game of life in a single line of APL. It's a really nice description of the code too. (It's a sale pitch for dynalog - but the best kind where they're just using the tool to do something neat and not pushing their URLs at you.)
评论 #4643182 未加载
kasra超过 12 年前
Have you googled "conway's game of life" recently?
评论 #4643864 未加载
jrl超过 12 年前
It looks like cells under the microscope. Very interesting stuff.
dexter313超过 12 年前
Awesome, but the results/behaviour (in the video) don't seem very complex like the original Conway's game of life.
评论 #4642339 未加载
评论 #4642614 未加载
评论 #4642457 未加载
评论 #4642738 未加载
jcromartie超过 12 年前
I'm not sure if this is as cool as it looks. I guess it's yet to be seen what the larger-scale behavior might be, but it looks like it's just a lot of the same gliders, orbits, and strands between them.
jcampbell1超过 12 年前
Watching this video makes me wonder if Wolfram's "New Kind of Science" is more worthy of study. There was so much controversy about the book and Wolfram's claims, that I didn't bother with it.
评论 #4643464 未加载
评论 #4644311 未加载
jonny_eh超过 12 年前
I need this as a screensaver, asap!
评论 #4642803 未加载
评论 #4642536 未加载
jmpeax超过 12 年前
Is it Turing complete?
评论 #4643630 未加载
tomrod超过 12 年前
This is one of the most beautiful things I think I've ever seen simulated. Kudos!
uvdiv超过 12 年前
HTML5 implementation in 3, 2...
评论 #4642414 未加载
评论 #4647363 未加载
评论 #4642601 未加载
kriro超过 12 年前
This is fantastic both intellectually and from an artistic point of view.<p>I'm not a fan of electronic music but the music that was picked for the video was perfect.
Pitarou超过 12 年前
Someone's gonna package this up and sell it as a product, for sure! A 21st century lava lamp.
jes5199超过 12 年前
how close are the rules running here to the standard rules of Conway's Life? I know some of those are supposed to be "gliders" - is it possible to port other shapes from Life into SmoothLife?
jolohaga超过 12 年前
Wish the music were as interesting.
wissler超过 12 年前
Now to try it with complex numbers and/or 3D coordinates.
teamls超过 12 年前
Hey guys, check out the Conway's Game of Life Code Garage project on LearnStreet: <a href="http://www.learnstreet.com/cg/simple/project/conways" rel="nofollow">http://www.learnstreet.com/cg/simple/project/conways</a>
评论 #4642645 未加载