KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
snowflakes
★ 11
Open GitHub ↗
Implementing Gravner-Griffeath Snowflakes
Download README (.md)
Explore Similar Repositories
czvm
:
简易jvm实现尝试
persona
:
Natural Language intent parsing and dialog generation engine built using deep neural networks and Keras with Tensorflow backend
DAFNE
:
A Matlab Toolbox for Bayesian multi-source remote sensing and ancillary data fusion, with application to flood mapping
react-apollo-github-api-infinite-scroll-example
:
React Apollo GitHub GraphQL API infinite scroll example code
runMultiwfn.bash
:
A wrapper for Multiwfn (Linux) written in bash.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
snowflakes
?
Download (.md)
# Gravner-Griffeath Snowflakes For the [London Computation Club](http://london.computation.club)'s 2017 [Festive Show and Tell](https://github.com/computationclub/computationclub.github.io/wiki/Festive-Show-and-Tell-2017) I implemented the celullar automata snowflake simulation presented in: > [Modeling Snow Crystal Growth II: A mesoscopic lattice map with plausible dynamics.](http://psoup.math.wisc.edu/papers/h2l.pdf) > > Janko Gravner & David Griffeath (2007) - [doi:10.1016/j.physd.2007.09.008](http://dx.doi.org/10.1016/j.physd.2007.09.008). My first implemention was a proof of concept using Python + Jupyter + numpy. Once I was confident that I understood the algorithm I reimplemented it using Javascript + webGL both as an excuse to learn webGL and a way of improving performance by doing as much of the simulation as possible on the GPU.