https://youtu.be/V9NTkMEiY2o?si=9m294vPCET1GjeJu
#touchdesigner #reactiondiffusion #turingpattern
from some jams with kevin kripper and @palomakop way back when we were in erie, pa
#videoart #videosynthesis #videofeedback #vsynth #gravity_waaaves #vse #turingpattern #reactiondiffusion #generativeart
Everyone has heard of Stable Diffusion these days. But what about Reactive Diffusion? Join me on a ride towards a new GNOME 45 complimentary wallpaper using Reactive Diffusion Playground and Inkscape.
https://www.youtube.com/watch?v=0U54yx9L_yM
#alanturing #turingpattern #morphogenesis #reactivediffusion #rdplayground #inkscape #danielspacek
#Python #Jupyter #TuringPattern
GIFアニメを生成するように書き換えたJupyter notebook
https://gist.github.com/genkuroki/e1b67ede17207881e3b0204cb0522cca
すべてを実行して、save して reload すれば生成したGIFアニメを閲覧できます。
#Python #Jupyter #TuringPattern
訂正:GIF動画を作成したい人は、正しくは以下の手続きに従って下さい。
plot_evolution_outcome("2dRD.png", n_steps=150)
のような部分を
plot_time_evolution("2dRD.gif", n_steps=300)
のように書き直して実行する。
ポイントは
* plot_evolution_outcome を plot_time_evolution に書き直すことと、
* ファイル名の *.png を *.gif に書き直すこと
です。n_stepsも増やしておくと長めの動画になります。
どうしてこれでよいかについては
https://github.com/ijmbarr/turing-patterns/blob/master/tutils.py
を読めばわかります。