Genuary 2025 Prompt for Day 31: "Pixel sorting."
I've been playing with various ways to sample and sort colors...and I'm not done yet. But I'll share some interesting buggy results, for now.
Genuary 2025 Prompt for Day 31: "Pixel sorting."
I've been playing with various ways to sample and sort colors...and I'm not done yet. But I'll share some interesting buggy results, for now.
JAN. 31. (credit: Melissa Wiederrecht )
#genuary31 #genuary #genuary31
#Pixel sorting, by weight, size, age, etc.
"The End"
And that concludes my #genuary for this year #genuary2025
My third so far
In my first Genuary back in 2023, for the last day #genuary31 I recall doing something similar where the prompt said "Deliberately break one of your previous images, take one of your previous works and ruin it."
#CreativeCoding #PixelSorting #GenerativeArt #GenArt
GlitchyScrollMaps
Blog: https://blog.illestpreacha.com/genuary2025gridsorts
#Genuary #Livecoding #Worldbuilding #design #Genuary29 #Genuary31
The prompt for #Genuary2025 Day 29 is “ #GridBased“, Day 31 : “ #Pixelsort”
GlitchyScrollMaps uses Hydra to remix ScrollMaps: https://blog.illestpreacha.com/genuary2025scrollmaps
It takes inspiration from pixel sort algorithms to add glitchyness through Hydra ( Orignally Coded in #Python, #Hydravideosynth & #SonicPi)
Maps Scrolling
Paths Unrolling
Abstraction Evading
Infinite Scrolls Shifting
Lifting
To the next point where the shade is in
Genuary day 31: generative music? Fortunately I'm the kinda girl who has a custom built GPU based synth thing lying around
This was a very quick thing because I gotta go out before 9am, and mastered on my laptop so it probably sounds awful.
I reused the instruments from Electrocat, and that synth just begs to meow :3
#GENUARY #genuary2024 #genuary31
#genuary31 Generative music
Time to say good bye to #genuary2024. (Actually tomorrow, but my time slots are unpredictable.) It was a lot of fun. Huge thanks to everyone who took part.
Also, big thanks to the creators of #bitwig for making the creation of all kinds of avantgarde weirdness in #TheGrid so much fun
#Processing #Python #py5 #genuary #genuary31 #トゥートProcessing
# https://iamkate.com/data/12-bit-rainbow/
palette = (
'#817', '#a35', '#c66', '#e94',
'#ed0', '#9d5', '#4d8', '#2cb',
'#0bc', '#09c', '#36b', '#639'
)
def setup():
size(800, 800)
no_stroke()
background(0)
def draw():
xc = yc = 400
for i in range(6):
m = 1 - abs(cos(radians(frame_count / 2))) ** 5
r = 150 + 150 * m
a = radians(frame_count / 2 + 60 * i)
x = xc + r * cos(a)
y = yc + r * sin(a)
fill(palette[i])
circle(x, y, 150)
r = 300 - 150 * m
a = a + radians(30)
x = xc + r * cos(a)
y = yc + r * sin(a)
fill(palette[-1 -i])
circle(x, y, 150)
Prompt for Day 31: "Deliberately break one of your previous images, take one of your previous works and ruin it. Alternatively, remix one of your previous works."
I went with remixing.
And the last posts:
https://ko-fi.com/post/Genuary-2023-Day-31-X8X3HE1UK
https://www.patreon.com/posts/76486331
The last prompt is to "ruin" one of the previous images. I noticed that using img2img multiple times with the same seed and the same prompt tends to generate very weird results.
Bonus point for the accidental NB flag to the left of the image.