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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A WebGL demo of the Observer Effect

15 点作者 shayanjm大约 11 年前

2 条评论

shayanjm大约 11 年前
This is my attempt (and first webGL anything) at a stupid implementation of the observer effect in quantum physics. Essentially, by observing something we are inherently changing its nature. Here, I&#x27;ve replicated a sine wave propagating in two directions (so it can be loosely correlated with some generic electromagnetic wave) which randomly changes in real time for all viewers when someone else starts viewing. (Very messy) code can be found here: <a href="http://github.com/shayanjm/quantum" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;shayanjm&#x2F;quantum</a><p>tl;dr - It&#x27;s a wave that changes slightly when you look at it. Pretty cool, when you realize that every stage of the simulation is unique, temporary, and will never be re-rendered again :)
评论 #7681597 未加载
评论 #7682217 未加载
PatrickAdiaheno大约 11 年前
Very cool. I looked at it for two minutes and noticed a lot of changes. It must mean a lot of people are looking at it right now. fun stuff.