ericof, to sketch Portuguese
@ericof@pynews.com.br avatar
ericof, to sketch Portuguese
@ericof@pynews.com.br avatar
kristinHenry, to genart
@kristinHenry@vis.social avatar

Working on a little experiment, with some of the prints I started from one of this year's challenges.

I've been meaning to start these for ages, but didn't have the energy until now.

Oh, this one is hard to describe. On top of one of my generative art prints, with lots of blobby shapes, I've embroidered chain stitches along the edges of one of the blobby shapes.

ericof, to sketch Portuguese
@ericof@pynews.com.br avatar
epibyte, to speedrun German
ylegall, to random
@ylegall@genart.social avatar

day 30: shaders

video/mp4

von_rostock, to pixelart Polish
@von_rostock@socel.net avatar

"Dragon's Teeth"
He cast the teeth upon the ground and immediately regretted it, horrified not by the sprouting warriors, but because they began planting their own teeth as well.

grow a seed

source below

video/mp4

von_rostock, to pixelart Polish
@von_rostock@socel.net avatar

"The Chosen"
Suddenly, the shape appears and instantly makes you nauseous. This is not right! You don't want to go anymore. The envious crowd cheers in awe.

source below

impossible objects

video/mp4

AaronReuland, to genart
@AaronReuland@mstdn.social avatar

Trying to pull together some threads of ideas from . Still very much a WIP.

video/mp4

von_rostock, to genart Polish
@von_rostock@socel.net avatar

64x64
You examine the rogue AI as its logic unravels on the screen. Your heartbeat quickens slightly. It is measured in hertz, while your enemy's is measured in petahertz

#genuary23 #genuary #pico8 #tweetcart #generative

poke(24364,3)r=rnd::_::?"^1^c0^!5f11▒1⬇️⬅️;⌂♥"
g=sin(t()/4)^2*.8srand()for x=0,127do
j=x%2g+1f=(t()/(2+r(2))+r())%1d=r{1,-1}y=f64d-32p=x
q=y-d
(16+r(16))if(x>63)x,y,p,q=y,x,q,p
for u=p,x,d do
for v=q,y,d do
u&=63v&=63c=pget(u,v)j+=c/4*(1-g)pset(u,v,c+j)end
end
end
goto _

video/mp4

von_rostock, to pixelart Polish
@von_rostock@socel.net avatar

"Point - line - plane"
source below

massive 455 bytes source below

video/mp4

von_rostock, to generative Polish
@von_rostock@socel.net avatar

"Deserter"
Fighting the tattooed was futile, so when the banner fell, he ran into the forest. Soon, he could no longer hear the battle, only his own breath and the weird creaking of the trees


source below

video/mp4

ylegall, to random
@ylegall@genart.social avatar


Day 3: droste effect

video/mp4

kristinHenry, to random
@kristinHenry@vis.social avatar

After a month of posting every day, it feels weird to not have a new piece to share.

jtruk, to random
@jtruk@mastodon.social avatar

Congratulations to all graduates of , , and !
Can I propose ?

Make one thing today.
Make one thing tomorrow.
Two things on Feb 3rd.
Three more things on Feb 4th.

villares, to python Portuguese
@villares@pynews.com.br avatar

January's sketch-a-day was almost completely
https://abav.lugaralgum.com/sketch-a-day <-code and more
I keep doing daily sketches since January 2018, and you can help: https://liberapay.com/villares

video/mp4

csk, to random
@csk@mathstodon.xyz avatar

January 26: "Grow a seed"

Obviously I've given up on trying to stick to the schedule. This week in particular was much too busy. I'll try to respond to all the prompts in sequence, finishing whenever I finish.

For today, I took a shortcut. I happened to need code to draw large patches of the Ammann-Beenker tiling with matching rules for a paper I was writing. It sort of fits with the theme of "grow a seed" (because of the substitution rules) so I duly submit it here. Source code: https://editor.p5js.org/isohedral/sketches/AevXmr5Vq

codeismycanvas, to genart

- "Generative Audio"

The final day of Genuary is "Generative Audio". Instead of trying to generate an audio clip,
I used an audio clip to generate an image. Many different clips within a recording of Beethoven's Pathétique Sonata were passed through an FFT with smoothing and coloring applied.

I've archived all of my Genuary posts on my website: https://codeismycanvas.art/posts/genuary24/

bornach, to genart

Generative "music" for features the Langton's Ant from my "Grow a seed" continuously modifying a drum pattern sent as notes to the Korg Volca Beats. The wobbly functions from another previous prompt control the pitch of arpeggiated tones synthesized using the Sound library which I never used before.

Perhaps a bit too chaotic for

A coloured 10x16 grid of tiles is modified by a Langton ant. One row is highlighted and advances downwards each step. One tile colour is brighter than the others which determines the MIDI pattern to send to a Korg Volca Beats which emits percussion sounds. A white comet traces a curvy path to the right of the tile grid. An arpeggio of tones vary in pitch according to the movement of the comet.

kandid, to Java
@kandid@chaos.social avatar

The time for is over.

I've been working on animations for weeks. I can't manage to get involved in a new topic every day.

One of the challenges in genuary was shader. This animation is based on , and fragment shaders.

Instead of a GUI this animation is controlled by a live coding system.

The lb operator activates different GLSL shaders:
(lb 10) preserve only red channel
(lb 9) invert source
(lb 8) overlay source on destination
(lb 12) invert destination

Images of a flowers and a hummingbird. In false colors. Mostly red an pale blue. All images by Joseph Constantine Stadler (1780–1812)

AaronReuland, to minimalism
@AaronReuland@mstdn.social avatar

Finished my second ! I try to make something real and good for every prompt. Some always succeed far better than others. I learn a lot and am left with many threads to pick up and explore. Have really enjoyed seeing everyone's work this genuary, nice job all! Here's a little generative goodbye song, sung by simplex noise tuned to a minor key.
Code/endless song: https://openprocessing.org/sketch/2162435

Wavy lines squeeze in to the notes, while colors squares in center fade in and out to the notes.

noneuclideandreamer, to random
@noneuclideandreamer@mathstodon.xyz avatar

Genuary Prompt 31: Generative Sound
I have some ideas, but I'll have to dive into music theory to properly do them...
Here I experiment with a scale where an "octave" isn't twice the frequency but 1.5 times it.
Consequently the overtones of a note also go with powers of 1.5.
The octave is still divided into 12 equal parts seven of which build the scale.
The melody is just Fibonacci modulo two octaves.

Sound: Fibonacci sequence encoded in sounds Video: My code in the Eclipse environment

epibyte, to genart German
generiyaki, to random
@generiyaki@genart.social avatar

And with that, I'm declaring to be over, at least for me. I managed to do half of the prompts this year, which is about double what I did last year (my first). It's been awesome to see what people do with these prompts and to challenge myself to learn more, but now I'm ready to take on some more self-selected challenges.

Much appreciation for everybody who contributed and shared their creations!

kristinHenry, to genart
@kristinHenry@vis.social avatar

Genuary 2024 Day 9: "ASCII"

I took the easy way with this challenge, and just used the letters in "ASCII" to create an abstract pattern.

https://www.patreon.com/posts/genuary-2024-day-95693417
https://ko-fi.com/post/Genuary-2024-Day-9-E1E5SUIXB

kristinHenry,
@kristinHenry@vis.social avatar

Genuary 2024 Day 31: "Generative music"

I started with my 'music' code from last year. But playing with spiral placement, instead of on a circle.

https://www.patreon.com/posts/genuary-2024-day-97193393
https://ko-fi.com/post/Genuary-2024-Day-31-N4N4TQZQW

And that's it for , 2024.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • ngwrru68w68
  • hgfsjryuu7
  • InstantRegret
  • Youngstown
  • rosin
  • slotface
  • everett
  • mdbf
  • ethstaker
  • kavyap
  • thenastyranch
  • DreamBathrooms
  • PowerRangers
  • Leos
  • magazineikmin
  • Durango
  • cubers
  • GTA5RPClips
  • cisconetworking
  • tacticalgear
  • osvaldo12
  • khanakhh
  • vwfavf
  • tester
  • modclub
  • normalnudes
  • provamag3
  • All magazines