csk, to random
@csk@mathstodon.xyz avatar
von_rostock, to generative Polish
@von_rostock@socel.net avatar

"Touch of Evil"
The touched bore the stigma for their entire lives. Defiled and unclean, their only comfort was in passing it onto the next generation.

364 bytes long source in the picture description

#tweettweetcart #genuary3 #genuary #pico8 #generative #codeart #sizecoding #pixelart

A={.14,.236,.27,.31,.36} B={16,26,26,22,18} function h(x,y,s,f) for i=1,5do a=A[i] r=B[i] e=4^f/5 if(i==1)a+=.08-f/8 for j=0,1,.015do r=B[i]

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

Particles
(genuary 2024/2)

#tweetcart #tweettweetcart
#genuary2 #genuary #pico8 #generative #codeart #sizecoding #pixelart

cls()a={}?"particles"
for p=0,8do
a[p]={}
while #a[p]<185 do
x=p4+rnd(3)y=rnd(6)
if(pget(x,y)>0)add(a[p],{9+x
3,60+y*3,rnd(9)-4})end
end
::_::
cls()
T=t()%1
S=1-T
srand(t()\1)
?"^!5f11█🐱22☉888"
for g=0,8do
k=a[(t()+g)\1%9]
for r=1,#k do
l=a[(t()+g+1+rnd())\1%9]
m=k[r]
n=l[r]
x=m[1]*S+n[1]*T
y=m[2]*S+n[2]*T+sin(T/2)*m[3]
pset(x,y,pget(x,y)+1)
end
end
flip()
goto _

video/mp4

fractalkitty, to random
@fractalkitty@mathstodon.xyz avatar

I coded for an hour last night: https://youtu.be/-pP_cITiXgo?feature=shared

I didn't get to where I wanted, but coding is a wind-down activity for me. I will repost the code on the genuary day for hour of code.

The result is a reflected network that has GOL-like rules that changes the node's size based on each connecting nodes size.

I definitely didn't get more than one set of rules implemented. I spent a decent amount of time just trying to think of what I wanted to do.

mathling, to genart
@mathling@mastodon.social avatar

interlude

Day 25: Recreating that thing

A bit of asemic writing, always a fun time

epibyte, to genart German
@epibyte@mastodon.online avatar
ronikaufman, to random
@ronikaufman@genart.social avatar

day 25: “I should try to recreate this with code”
Inspired by the tilings from two subway stations in Stockholm

Picture of the wall of a subway station. Wavy diagonal patterns.
Picture of the flooring of a subway station. Cubic patterns.

Meyerweb, to random
@Meyerweb@mastodon.social avatar

My contribution to today’s prompt, “I should try to recreate this [pattern] with code”: “Vines of Old”, https://codepen.io/meyerweb/pen/GRembEZ

Based on a pattern seen in the background of Wirtual’s (https://www.twitch.tv/wirtual/) livestreams, which I started out recreating and then extended into the realm of chaos.

santoleonardo, to generative

Ancient Roman floor and re-creation (from Museo di Santa Giulia / Italy), made for day25.

video/mp4

AaronReuland, to genart
@AaronReuland@mstdn.social avatar

I take a lot of photos as I walk in the woods (most days, if I can help it). I love finding compositions of fungi, moss and lichen on rock and bark. So I tried to recreate one such composition for
Code at: https://openprocessing.org/sketch/2155853

Slowly a pattern resembling bark is drawn across the canvas. Dark green moss is left behind in patches and occasionally patches of bright orange tiny fungi start growing.

noneuclideandreamer, to random
@noneuclideandreamer@mathstodon.xyz avatar

Genuary Prompt 25: Recreate a real-life pattern

I recreated Reflexion and Refraction last Summer.
Playing with Prisms...

Light getting passing through six prisms arranged in a ring.

generiyaki, (edited ) to genart
@generiyaki@genart.social avatar

Genuary 25: Photo recreation

I hardly ever go out these days, but I bought tickets for a show when my favorite comedian was in town. I took a blurry photo from my distant seats in the second balcony, and this thing I created is a rough approximation of the pattern that the theater lighting was making on the floor of the stage. Pretty simple stuff really, but I have good memories associated with this image, and that's enough.

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

Ugh. The last three prompts are just not inspiring me, and I'm not sure what I'm gonna do.

I have something for the last prompt. But I'm not liking it much.

The "Signed Distance Functions" and "Shaders" prompts are just not speaking to me.

I might skip them. Or rework earlier prompts?

I'm not sure.

fractalkitty, to random
@fractalkitty@mathstodon.xyz avatar
mathling, to genart
@mathling@mastodon.social avatar

interlude

Day 24: Impossible objects

I am inordinately proud of the gradient in the middle of the arch/on the middle column: it was quite tricksy. Too bad ImageMagick and InkScape both failed on it. Too bad I can't just post the bloody SVG without conversion nonsense.

ericof, to sketch Portuguese
@ericof@pynews.com.br avatar
mdales, to random
@mdales@mastodon.me.uk avatar

Final day 18: Bauhaus. I fretted over this one for ages, learning up on Bauhaus, as I very much like their ethos. But nothing inspired me to code.

But I had a guilty secret in my head: when I hear the term Bauhaus I first think of the 80s goth punk band. A friend introduced me to their version of Ziggy Stardust before I knew what either Bauhaus or Bowie were.

I decided to roll with that idea, and this is based on the over of their album The Sky's Gone Out.

https://github.com/mdales/Genuary23/blob/main/examples/day18/bin/main.ml

A video of some graphics where there is a white ring in the centre of the window, and from the edge spawn a mess of trees of white, which periodically reset and grow differently - sometimes dense, sometimes sparse.

ericof, to sketch Portuguese
@ericof@pynews.com.br avatar
noneuclideandreamer, to random
@noneuclideandreamer@mathstodon.xyz avatar

Genuary Prompt 24: Undecided Geometry

I had some big (actually nilpotent) ideas, but alas, they are more than one-day projects ..

So instead I let your 3-dimensional mind try to make sense of Rotation in 10 Dimensions.

Rhombs of various angles coming from projecting squares of various orientations via cut-and-project method.

AaronReuland, to random
@AaronReuland@mstdn.social avatar
bornach, to genart
bornach,
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 24: "Impossible objects (undecided geometry)"

I'm going back to one of my drawings for this one, and taking "impossible object" to be about ectopic pregnancies.

An ectopic pregnancy is one in which the fertilized egg has attached outside of the uterus.

It is not survivable without medical treatment.

https://www.patreon.com/posts/genuary-2024-day-96507242
https://ko-fi.com/post/Genuary-2024-Day-24-P5P7TD4B9

kristinHenry,
@kristinHenry@vis.social avatar

Genuary 2024 Day 25 : "...texture..."

For this one, I'm looking at wood textures. Maybe with a little green moss.

It's not turning into much of a wood texture, but I'm liking how it's working out, so I'm pivoting to a more abstract pattern.

https://www.patreon.com/posts/genuary-2024-day-96947169
https://ko-fi.com/post/Genuary-2024-Day-25-S6S3TMB1P

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