Isaure Jorrand · @IsaureJorrand
12 followers · 15 posts · Server piaille.fr

"In the style of Sol LeWitt Wall Drawings", un programme p5.js que j'ai écrit lors du Genuary 2022.

Générez de nouveaux visuels ici : openprocessing.org/sketch/1429

#creativecoding #generativeart #sollewitt #genuary #p5js #processing #openprocessing

Last updated 2 years ago

Justin Riley · @ohiofi
246 followers · 267 posts · Server cmh.one

Was just discussing with a friend and she told me about Ryan Ross Smith’s animated scores. Now I want to compose my own animated musical/graphical scores!

ryanrosssmith.com/animatednota

#genuary #generativemusic #genartclub

Last updated 2 years ago

Alexandre B A Villares 🐍 · @villares
865 followers · 1446 posts · Server ciberlandia.pt

# iamkate.com/data/12-bit-rainbo
palette = (
'#817', '', '', '',
'', '', '', '',
'', '', '', '#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)

#processing #python #py5 #genuary #genuary31 #トゥートprocessing #a35 #c66 #e94 #ed0 #9d5 #4d8 #2cb #0bc #09c #36b

Last updated 2 years ago

chris martens (they/them) · @chrisamaphone
1065 followers · 892 posts · Server hci.social

31: "Deliberately break one of your previous images, take one of your previous works and ruin it."

broken loom D:

editor.p5js.org/chrisamaphone/

#genuary

Last updated 2 years ago

Justin Riley · @ohiofi
240 followers · 257 posts · Server cmh.one

Genuary 31: Deliberately break one of your previous images, take one of your previous works and ruin it.

#genuary #genuary2023 #genuary31

Last updated 2 years ago

Alexandre B A Villares 🐍 · @villares
857 followers · 1390 posts · Server ciberlandia.pt

imported mode
# Kate Rose Morley's palette
# iamkate.com/data/12-bit-rainbo

from itertools import product

palette = (
'#817', '', '', '',
'', '', '', '',
'', '', '', '#639'
)

def setup():
global palavras
size(800, 800)
no_loop()
rect_mode(CENTER)
no_stroke()

def draw():
w = 400
i = 0
for x, y in product(range(0, width, w), repeat=2):
for z in range(3):
fill(palette[i])
square(w / 2 + x, w / 2 + y, w / (z / 2 + 1))
i += 1

#processing #python #py5 #genuary #genuary30 #トゥートprocessing #a35 #c66 #e94 #ed0 #9d5 #4d8 #2cb #0bc #09c #36b

Last updated 2 years ago

pod person · @trumpy303
61 followers · 936 posts · Server mstdn.party
chris martens (they/them) · @chrisamaphone
1061 followers · 861 posts · Server hci.social

30: minimalism

minimalism doesn't come naturally to me; i have a hard time not being bored by it and wanting to add "just one more thing."

in this case i indulged myself with googly eyes, which always alleviate my boredom somehow

editor.p5js.org/chrisamaphone/

#genuary

Last updated 2 years ago

Justin Riley · @ohiofi
238 followers · 255 posts · Server cmh.one
ruud de rooij · @ruuddotorg
185 followers · 33 posts · Server hachyderm.io

Genuary 2023, day 30: Minimalism.

#genuary #genuary2023 #genuary30

Last updated 2 years ago

Élise Duverdier · @eliseduverdier
2 followers · 8 posts · Server home.social


« Maximalism »

#genuary2023 #genuary #genuary29

Last updated 2 years ago

chris martens (they/them) · @chrisamaphone
1053 followers · 864 posts · Server hci.social

29: maximalism

instead of programming today i made this maximalist collage out of found and salvaged paper scraps

#genuary

Last updated 2 years ago

Justin Riley · @ohiofi
238 followers · 248 posts · Server cmh.one

Every Meme Everywhere All At Once

everymeme.glitch.me/

"Genuary 29: Maximalism"

#genuary #genuary2023 #genuary29 #meme #memes

Last updated 2 years ago

Alexandre B A Villares 🐍 · @villares
849 followers · 1323 posts · Server ciberlandia.pt


# gist.githubusercontent.com/alo

from random import sample

def setup():
global palavras
size(800, 800)
palavras = load_strings('stopwords.txt')
no_loop()
text_size(40)
fill(0)

def draw():
for i in range(5):
escolhas = sample(palavras, 5)
linha = ' '.join(escolhas)
text(linha, 100, 100 + i * 40)

def key_pressed():
redraw()

#portuguese #stopwords #processing #python #py5 #genuary #genuary28

Last updated 2 years ago

chris martens (they/them) · @chrisamaphone
1050 followers · 852 posts · Server hci.social

28: generative poetry

we interrupt your regular social media infinite scroll to present this infinite scroll diamante poem

editor.p5js.org/chrisamaphone/

#genuary

Last updated 2 years ago

Justin Riley · @ohiofi
238 followers · 243 posts · Server cmh.one

Made a Markov chain based on some Shel Silverstein poems

"Genuary 28: Generative poetry"

#genuary #genuary2023 #genuary28 #markovchain #kinetictypography

Last updated 2 years ago

João Pescada · @joao
5 followers · 21 posts · Server don.pescada.pt

Sometimes a bug leads to a happy accident.

#genart #genuary

Last updated 2 years ago

Alex J. Champandard ❄️ · @alexjc
1487 followers · 1093 posts · Server creative.ai
João Pescada · @joao
5 followers · 18 posts · Server don.pescada.pt

"My kid could have made that"

#genuary26 #genuary2023 #genuary

Last updated 2 years ago

Justin Riley · @ohiofi
234 followers · 241 posts · Server cmh.one

"Genuary 27: In the style of Hilma Af Klint"

#genuary #genuary2023 #genuary27 #computerart

Last updated 2 years ago