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.

Simulation class: 2D wave equations (in browser)

52 pointsby jedpalmost 11 years ago

8 comments

gballanalmost 11 years ago
Love it. Perhaps you&#x27;ll like this nonlinear wave equation (in browser) <a href="http://puzlet.com/m/b00f0" rel="nofollow">http:&#x2F;&#x2F;puzlet.com&#x2F;m&#x2F;b00f0</a> .
SeanDavalmost 11 years ago
I wondered what language it was written in and found out after a little research: <a href="http://processing.org/" rel="nofollow">http:&#x2F;&#x2F;processing.org&#x2F;</a>
评论 #7822051 未加载
VMGalmost 11 years ago
I loved playing around with this kind of water simulation when I was younger, the basic principle behind it is very simple. Spent many hours optimizing C++ and OpenGL code.<p>I still haven&#x27;t figured out though how to stop wave reflection at the edges though...
评论 #7821154 未加载
oofabzalmost 11 years ago
If you like wave equations, you might also enjoy EmeWave:<p><a href="http://psych.colorado.edu/~oreilly/emewave.html" rel="nofollow">http:&#x2F;&#x2F;psych.colorado.edu&#x2F;~oreilly&#x2F;emewave.html</a><p>The movies at the bottom of the page are great, and if you want to see how it&#x27;s done, his papers give a thorough and rigorous explanation that is easy to translate into code.
nooberminalmost 11 years ago
This is just pure awesome. It is so awesome, that I was jealous of the author for not being able to do this first, I almost didn&#x27;t upvote it out of that jealously--it&#x27;s that good. Keep up the good work!<p>(I&#x27;m working on hacking together sims myself but for a larger project--I&#x27;m part of a computation group at some state uni modeling HED plasmas.)
quarterwavealmost 11 years ago
Very nice! I assume clicking inside the panel is like throwing a pebble in a pond? Is this correct?
评论 #7820203 未加载
kybernetykalmost 11 years ago
Nice. Reminds me of old school demo effects.
jhurlimanalmost 11 years ago
Amazing!