Elliot Schultz · @elliot
174 followers · 50 posts · Server mastodon.art
𝔪𝔢𝔢𝔷 🌴 · @meezwhite
20 followers · 50 posts · Server genart.social
𝔪𝔢𝔢𝔷 🌴 · @meezwhite
20 followers · 49 posts · Server genart.social
Koma Tebe · @komatebe
133 followers · 40 posts · Server genart.social
voorbeeld · @voorbeeld
113 followers · 66 posts · Server genart.social

A minimal generator.

1. draw random points P on the canvas, reject points that are less than R removed from points already in P.
2. for every point p in P find the two nearest neighbors q and r and draw line segments pq and pr.

#genuary30 #genuary2023

Last updated 2 years ago

Laurent Malys · @lo
319 followers · 435 posts · Server framapiaf.org

30 - Minimalism

Minimalist animation on a tiny OLED display

Programmed with on a feather M4

@adafruit

#python #creativecoding #genuary30 #circuitpython #adafruit #GENUARY

Last updated 2 years ago

Nikázy Gusztáv · @nikazygusztav
7 followers · 24 posts · Server social.tchncs.de

Genuary 2023, day 30: minimalism

#genuary30 #genuary2023 #GENUARY

Last updated 2 years ago

MathTechCoach · @MathTechCoach
173 followers · 278 posts · Server mathstodon.xyz

For my contribution, I reflect on and how it is coming to a close – I did all but generative music in – and here are three contributions that gave me the most joy
GlitchArt: desmos.com/calculator/k0vdlfs8
Perspectives: desmos.com/calculator/ijafozzx
and Signed Distance Functions: desmos.com/calculator/bgcrnnsz

#desmos #genuary2023 #genuary30

Last updated 2 years ago

Metamere · @Metamere
43 followers · 107 posts · Server genart.social

2023

prompt: Minimalism

In addition to the p5.js sketch, I also generated several minimalist variations with my project. In this format, they tend to look much more like the works of Gordon Walters and Marian Maguire that I used to derive a lot of the pattern and composition rules. There are still so many more that I could work out, but the code is already incredibly long and complex. Here's the first half of the images.

#GENUARY #genuary30 #blender #python #genart #korutawa

Last updated 2 years ago

Metamere · @Metamere
42 followers · 105 posts · Server genart.social

2023
prompt: Minimalism

I usually have a hard time keeping things super minimal, as I think many do. But I love finding simple systems that produce a wide variety of behavior that is endlessly satisfying to watch. You can switch between the four different mode presets with the spacebar, and I show all of the modes in the demo video. Try running the second mode for a while and then click to pause—it will appear to keep moving.

Surface Currents
openprocessing.org/sketch/1816

#GENUARY #genuary30 #p5js

Last updated 2 years ago

Jan Kordylewski · @jkordy
2 followers · 11 posts · Server mastodon.art
John · @yelof
47 followers · 158 posts · Server vis.social

The prompt for today is 'minimalism'. I wish I dedicated more time to this prompt, but alas, life. But I'm happy I found 30min or so today to play with/learn in , and forked/edited a simple but beautiful chunk of code I found online. Cover art whipped up in Glitch Lab.

I'm going to delete this audio file in a day or so, but it will live on within the post on my website.

#glitchlab #genuary2023 #GENUARY #supercollider #genuary30

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

MathTechCoach · @MathTechCoach
173 followers · 277 posts · Server mathstodon.xyz

Here is my (Minimalism) contribution created in

#desmos #genuary30

Last updated 2 years ago

Andrea Belloni · @anbello
71 followers · 69 posts · Server genart.social
Janus Hasseriis · @floede
27 followers · 48 posts · Server genart.social

This was fun, a few more palettes and fine tuning and this could be a drop on fx(hash) :-D

"Minimalism"

#genuary30 #GENUARY #genart #p5js

Last updated 2 years ago

pod person · @trumpy303
61 followers · 936 posts · Server mstdn.party
thresfold · @thresfold
92 followers · 107 posts · Server genart.social
Kristin Henry · @kristinHenry
2222 followers · 5973 posts · Server vis.social

Prompt for Day 30: "Minimalism"

For this one, I started with my Maximalism piece, and scaled it back.

#womenwhocode #creativecoding #generativeart #GENUARY #genuary30 #genuary2023

Last updated 2 years ago

Carson Kompon · @carson
87 followers · 56 posts · Server mastodon.gamedev.place

Here's a super minimalist worm simulator for today's 🪱 (You can add more worms by duplicating line 2)

#genuary30 #pico8 #GENUARY #tweetcart

Last updated 2 years ago