Reaction diffusion using Touch Designer animation

YouTube
The Mercer County Artists 2023 exhibition is now up at The Gallery at Mercer County Community College in West Windsor, New Jersey, through August 2, 2023. Happy to have one of my newest paintings, "Resonance #1" (#acrylic on canvas, 20x20 inches), included in the show!
#contemporaryart #abstractart #painting #turingpattern #symmetry

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

Reactive Diffusion Texture Wallpaper

YouTube
New Painting: "Coordinated Symmetry"
#acrylic on canvas, 30x30 inches, 2023
#abstractart #abstractpainting #contemporaryart #painting #turingpattern #mathart
"Tangled Time" (#acrylic on Dibond, 24x24 in.) will be on display in a group show at the West Windsor Arts Center (West Windsor, NJ) from March 28 through June 3, 2023.
#contemporaryart #exhibitions #abstractart #painting #TuringPattern
Hello, world. Might as well start off by sharing some artwork! Here are four recent paintings ("Symmetry Series"), all 12x12 inches, acrylic on panel. #AbstractArt #TuringPattern #ContemporaryArt

#Python #Jupyter #TuringPattern

GIFアニメを生成するように書き換えたJupyter notebook

https://gist.github.com/genkuroki/e1b67ede17207881e3b0204cb0522cca

すべてを実行して、save して reload すれば生成したGIFアニメを閲覧できます。

turing-patterns-creating-animated-gifs.ipynb

turing-patterns-creating-animated-gifs.ipynb

#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

を読めばわかります。

ijmbarr/turing-patterns

turing-patterns - Exploring the patterns created by reaction-diffusion equations