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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: An interactive playground for cellular automata patterns

4 点作者 iimaginary3 个月前
Last month, I stumbled upon an article about 1D reversible automata.<p><a href="https:&#x2F;&#x2F;richiejp.com&#x2F;1d-reversible-automata" rel="nofollow">https:&#x2F;&#x2F;richiejp.com&#x2F;1d-reversible-automata</a><p>I was struck by how simple mathematical rules could create patterns that look remarkably like microscope images of living cells. I had to explore this further, so I built Automata - an interactive visualiser where you can play with these patterns yourself.<p>(Tip: Start with Rule 75 in reversible mode - you&#x27;ll see what I mean about cell-like patterns)<p>Excited to hear what you discover.<p>Thanks to @richiejp whose article sparked this project. I see he&#x27;s built a very good explorer since I read the article but mine has a couple of different features so I think it&#x27;s still worth sharing.

1 comment

gus_massa3 个月前
Is there a more detailed explanation of the rules?<p>Is it possible to show the number of the rule in binary (or octal?) so it&#x27;s easier to parse?