CodingTrain / Suggestion-Box

A repo to track ideas for topics
571 stars 86 forks source link

Shallow water wave simulation #197

Open dvixextract opened 8 years ago

dvixextract commented 8 years ago

I was wondering will it be possible to program a shallow water wave simulation using javascript or to do it using processing3, mostly this is done using matlab. Here is a link to the shallow wave equations and an example of the simulation https://en.wikipedia.org/wiki/Shallow_water_equations.

x13420x commented 8 years ago

There is also http://simit-lang.org/language ...it is supposed to be super fast not sure if it would be good here.

dvixextract commented 8 years ago

I ddnt know of this language however it will be a good idea to try it.

On Thursday, 15 September 2016, x13420x notifications@github.com wrote:

There is also http://simit-lang.org/language ...it is supposed to be super fast not sure if it would be good here.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CodingRainbow/Rainbow-Topics/issues/197#issuecomment-247348356, or mute the thread https://github.com/notifications/unsubscribe-auth/AN3idao52diMaLV4tG4leNL19rG-ShUoks5qqVk-gaJpZM4J6jQf .

AcousticQuantum commented 7 years ago

WaveField.txt

Here is a sketch I did similar to what you're looking for... Just click with your mouse on the screen to make appear a wave at this point... Made with processing 2.2.1 without any extern librairy... Hope it can help... All the best :)