turbulence (seed: 143928900)
full quality:
https://noisemakerbot.gallery/2025/04/23/12-01-03-782756.png
jovian-clouds (seed: 2886263958)
https://noisemakerbot.gallery/2025/04/23/03-22-42-579376.gif
[flash/strobe warning]
Exodus
made with code
#digitalart · #generativeart · #creativecoding · #abstractart · #art · #psychedelicart
```
library(Matrix)
n = 2^7
a = 0.022
b = 0.051
I = Diagonal(n)
D = bandSparse(n, k=0:1, diag=list(rep(-2,n), rep(1,n-1)), sym=TRUE)
Au = I-.08*D
Av = I-.04*D
v = matrix(0,n,n)
j = n/2+(-n/4):(n/4)
v[j,j] = 0.5
u = 1-v
while(1) {
uvv = u*v^2
u = u-uvv+a*(1-u)
v = v+uvv-(a+b)*v
u = as.matrix(solve(Au,u))
u = as.matrix(t(solve(Au,t(u))))
v = as.matrix(solve(Av,v))
v = as.matrix(t(solve(Av,t(v))))
image(u);dev.flush();dev.hold()
}
```
#rstats #tilingtuesday #generativeart
Details
soup vs. stable-diffusion-xl-1024-v1-0 (seed: 116781993)
full quality:
https://noisemakerbot.gallery/2025/04/22/00-00-42-306746.png
Color Sequence: Fuchsia x3, AntiqueWhite x2, MediumAquamarine, AntiqueWhite x2, Salmon x4, MediumSpringGreen x2, Orange, MediumSpringGreen x2, Salmon x4, AntiqueWhite x2, MediumAquamarine, AntiqueWhite x2, Fuchsia x3
concentric (seed: 3237772996)
https://noisemakerbot.gallery/2025/04/21/12-08-26-868808.gif
[flash/strobe warning]
Similar to my #LinearMemory piece from last year (check the hashtag for references), these current #Actiniaria explorations make me fully appreciate all the research, efforts and supporting hardware behind the DCI-P3 & Rec.2020 color spaces. The intensity (and subtlety) of some colors & combinations are just stunning (to me), and I don't mean this in any ableist way (just enjoying whilst I still can!)...
Also still amazed that something like this runs at a smooth 60fps @ 2160x2160 UHD resolution on a mobile device with a just Snapdragon 2 chipset... As part of my advisory role @ day job, over the past few months I've been tasked with optimizing artworks for almost a dozen generative/algorithmic artists, often achieving 2-4x framerate improvements... Very much feeling a longer blog post re: code craft vs code art coming up, hoping to connect them more...
"To understand a program you must become both the machine and the program." — Alan Perlis
(Note: Sadly Firefox does not seem to respect the Rec2020 color profile in the video, please download or use Chrome or Safari for viewing...)
truchet-maze (seed: 1509201895)
full quality:
https://noisemakerbot.gallery/2025/04/21/06-00-34-791371.png
Been working on various shader & behavior update and options for #Actiniaria... it's all starting to come together!
(Note: Sadly Firefox does not seem to respect the Rec2020 color profile in the video, please use Chrome or Safari for viewing...)
#100DaysOfCode day 13:
A bit to much beer and a little late to sleep last night, so not much done today, but I did continue with some #vectorMath and #NatureOfCode, today it was multiplication.
#Javascript #CreativeCode #GenerativeArt #Math
Color Sequence: Thistle x3, Aquamarine x2, LemonChiffon x2, Aquamarine x2, DarkCyan x3, Aquamarine x3, DarkCyan x3, Aquamarine x3, DarkCyan x3, Aquamarine x2, LemonChiffon x2, Aquamarine x2, Thistle x3