Op art.
I'm catching up on some missed days, reusing older sketches.
#genuary19 #genuary #generative #genart #genartclub #generativeart #opart #opticalillusion #processing #p5 #p5js #computationalexpressionism
Op art.
I'm catching up on some missed days, reusing older sketches.
#genuary19 #genuary #generative #genart #genartclub #generativeart #opart #opticalillusion #processing #p5 #p5js #computationalexpressionism
Generative palette.
Three options, don't know which is my fave.
#genuary16 #genuary #generative #genart #genartclub #generativeart #glitch #glitchart #processing #p5 #p5js #computationalexpressionism #noise
Generative palette.
Three options, don't know which is my fave.
#genuary16 #genuary #generative #genart #genartclub #generativeart #glitch #glitchart #processing #p5 #p5js #computationalexpressionism #noise
Design a rug.
I swear, it's not moving, its all in your head.
#genuary15 #genuary #generative #genart #genartclub #generativeart #loop #looping #rug #carpet #carpetdesign
Design a rug.
I swear, it's not moving, its all in your head.
#genuary15 #genuary #generative #genart #genartclub #generativeart #loop #looping #rug #carpet #carpetdesign
General code organization question that's been bothering me:
I have a namespace with a bunch of wave-ish functions that return a value ranged [0, 1], e.g. "triangle-wave" or "simplex-noise".
General code organization question that's been bothering me:
I have a namespace with a bunch of wave-ish functions that return a value ranged [0, 1], e.g. "triangle-wave" or "simplex-noise".
Pure black and white. No gray.
Today was inspired (heavily) by the looping animations of Etienne Jacob (bleuje.com).
#genuary14 #genuary #generative #genart #genartclub #generativeart #loop #looping
Pure black and white. No gray.
Today was inspired (heavily) by the looping animations of Etienne Jacob (bleuje.com).
#genuary14 #genuary #generative #genart #genartclub #generativeart #loop #looping
Triangles and nothing else.
This was a fun one. I was going for a synthwave inspired animation by triangulating a bunch of randomly placed vertices and moving them with random noise.
#genuary13 #genuary #generative #genart #genartclub #generativeart #synthwave
Triangles and nothing else.
This was a fun one. I was going for a synthwave inspired animation by triangulating a bunch of randomly placed vertices and moving them with random noise.
#genuary13 #genuary #generative #genart #genartclub #generativeart #synthwave
Impossible day
Instead of making some art, I decided to compile a video of my ig reels. Sometimes it feels impossible to make art regularly, so instead I'm celebrating what I _have_ produced.
#genuary11 #genuary #generative #genart #genartclub #generativeart
Impossible day
Instead of making some art, I decided to compile a video of my ig reels. Sometimes it feels impossible to make art regularly, so instead I'm celebrating what I _have_ produced.
#genuary11 #genuary #generative #genart #genartclub #generativeart
You can only use TAU in your code, no other number allowed.
I don't know how much I "cheated" but I've screenshot my code so fight me. Code (for this and previous years) is on available on my website!
#genuary10 #genuary #generative #genart #genartclub #generativeart
You can only use TAU in your code, no other number allowed.
I don't know how much I "cheated" but I've screenshot my code so fight me. Code (for this and previous years) is on available on my website!
#genuary10 #genuary #generative #genart #genartclub #generativeart
The textile design patterns of public transport seating.
I got another use out of my vornoi diagramming code! Though I wish I had more time to tweak this, I need a break...
#genuary9 #genuary #generative #genart #genartclub #generativeart
The textile design patterns of public transport seating.
I got another use out of my vornoi diagramming code! Though I wish I had more time to tweak this, I need a break...
#genuary9 #genuary #generative #genart #genartclub #generativeart
Draw one million of something.
This one was done with one of my favorite techniques, domain warping. I sample custom fractal noise and draw little lines, one million per frame.
#genuary8 #genuary #generative #genart #genartclub #generativeart
Draw one million of something.
This one was done with one of my favorite techniques, domain warping. I sample custom fractal noise and draw little lines, one million per frame.
#genuary8 #genuary #generative #genart #genartclub #generativeart
Use software that is not intended to create art or images
Today I used sox, a tool for audio manipulation. I fed in my previou animation in frame-by-frame based on a technique from @mary.codes and my friend Lisa
#genuary7 #genuary #generative #genart #genartclub #generativeart
Use software that is not intended to create art or images
Today I used sox, a tool for audio manipulation. I fed in my previou animation in frame-by-frame based on a technique from @mary.codes and my friend Lisa
#genuary7 #genuary #generative #genart #genartclub #generativeart
Isometric Art (No vanishing points).
Originally I was also animating the colors but it felt too busy and disorienting.
#genuary5 #genuary #generative #genart #genartclub #generativeart
Isometric Art (No vanishing points).
Originally I was also animating the colors but it felt too busy and disorienting.
#genuary5 #genuary #generative #genart #genartclub #generativeart
Black on black.
I used this as an excuse to add a Voronoi diagramer to my public art library. Hope to use that in the future, if not later this Genuary!
#genuary4 #genuary #generative #genart #genartclub #generativeart
Black on black.
I used this as an excuse to add a Voronoi diagramer to my public art library. Hope to use that in the future, if not later this Genuary!
#genuary4 #genuary #generative #genart #genartclub #generativeart
Exactly 42 lines of code.
Because I program in a language where everything is made up and newlines don't matter, I thought it would be fun to create 42-line formatting quine.
#genuary3 #genuary #generative #genart #genartclub #generativeart
Exactly 42 lines of code.
Because I program in a language where everything is made up and newlines don't matter, I thought it would be fun to create 42-line formatting quine.
#genuary3 #genuary #generative #genart #genartclub #generativeart
Layers upon layers upon layers
#genuary2 #genuary #generative #genart #genartclub #generativeart
Layers upon layers upon layers
#genuary2 #genuary #generative #genart #genartclub #generativeart
Vertical or horizontal lines only
#genuary1 #genuary #generative #genart #genartclub #generativeart
Vertical or horizontal lines only
#genuary1 #genuary #generative #genart #genartclub #generativeart
I have a repo with all my system configs. One of the machines is running my Gitlab instance. I've updated it for the first time in ~3 years. The problem is that many nix modules have changed their config opts - my modules are no longer compatible.
I have a repo with all my system configs. One of the machines is running my Gitlab instance. I've updated it for the first time in ~3 years. The problem is that many nix modules have changed their config opts - my modules are no longer compatible.
I did a writeup on how I capture and export my p5.js sketches.
www.dedovic.com/writings/rec...
I did a writeup on how I capture and export my p5.js sketches.
www.dedovic.com/writings/rec...