"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 : https://openprocessing.org/sketch/1429456
#creativecoding #generativeart #SolLewitt #genuary #p5js #processing #openprocessing
#creativecoding #generativeart #sollewitt #genuary #p5js #processing #openprocessing
Was just discussing #genuary 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!
#genuary #generativemusic #genartclub
#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)
#processing #python #py5 #genuary #genuary31 #トゥートprocessing #a35 #c66 #e94 #ed0 #9d5 #4d8 #2cb #0bc #09c #36b
#genuary 31: "Deliberately break one of your previous images, take one of your previous works and ruin it."
broken loom D:
Genuary 31: Deliberately break one of your previous images, take one of your previous works and ruin it.
#genuary #genuary2023 #genuary31
#Processing #Python #py5 imported mode #genuary #genuary30 #トゥートProcessing
# Kate Rose Morley's palette
# https://iamkate.com/data/12-bit-rainbow/
from itertools import product
palette = (
'#817', '#a35', '#c66', '#e94',
'#ed0', '#9d5', '#4d8', '#2cb',
'#0bc', '#09c', '#36b', '#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
#genuary 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
#genuary #genuary2023 #genuary30 #gradient
#genuary2023 #genuary #genuary29
« Maximalism »
#genuary2023 #genuary #genuary29
#genuary 29: maximalism
instead of programming today i made this maximalist collage out of found and salvaged paper scraps
Every Meme Everywhere All At Once
"Genuary 29: Maximalism"
#genuary #genuary2023 #genuary29 #meme #memes
#Portuguese #stopwords
# https://gist.githubusercontent.com/alopes/5358189/raw/2107d809cca6b83ce3d8e04dbd9463283025284f/stopwords.txt
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
#genuary 28: generative poetry
we interrupt your regular social media infinite scroll to present this infinite scroll diamante poem
Made a Markov chain based on some Shel Silverstein poems
"Genuary 28: Generative poetry"
#genuary #genuary2023 #genuary28 #markovchain #kinetictypography
#genuary #genuary2023 #genuary28 #markovchain #kinetictypography
RT @MacTuitui@twitter.com
#genuary27 In the style of Hilma Af Klint
#generative #dailycoding #genuary
🐦🔗: https://twitter.com/MacTuitui/status/1618963028791394307
#genuary27 #generative #dailycoding #genuary
"My kid could have made that" #genuary26 #genuary2023 #genuary
#genuary26 #genuary2023 #genuary
"Genuary 27: In the style of Hilma Af Klint"
#genuary #genuary2023 #genuary27 #computerart