fractalkitty, to genart
@fractalkitty@mathstodon.xyz avatar
AaronReuland, to genart
@AaronReuland@mstdn.social avatar

Playing with some botanical themes. "crocus"

Code at :https://openprocessing.org/sketch/2229772

#creativeCoding #crocus #botanicalArt #p5js

jkb, to genart
@jkb@mas.to avatar

Some glyphs / symbols / combinations of lines, arcs and circles.

artistsandhackers, to genart
@artistsandhackers@post.lurk.org avatar

From Processing Foundation:

Processing Foundation Fellowship Program - Deadline is May 2

The Processing Foundation is thrilled to announce the open call for our 2024 Fellowship Program, themed ‘Sustaining Community: Expansion & Access.’ This year, we seek to support innovative projects from artists, designers, activists, educators, engineers, researchers, coders, collectives, and many more, who are working at the intersection of creative technology, art, and open-source software.

$10,000 stipend, dedicated mentorship, skill-building workshops, public programs, and community engagement opportunities.

https://processingfoundation-bpmfa.formstack.com/forms/2024_fellowship_application

sasj, to generative
@sasj@mastodon.social avatar

Geometric Shapes / 240402
#p5js
#generative
#creativecoding

AaronReuland, to genart
@AaronReuland@mstdn.social avatar
todbot, to genart
@todbot@mastodon.social avatar

There’s a neat new core library in CircuitPython: bitmapfilter. Originally designed for the PyCamera project, it’s got many useful operations for generative art stuff like I do in Processing/p5js. Here’s a start: random circles bluring away. note, it does require a fast processor like the ESP32-S3 as on this great Lilygo board. Code: https://gist.github.com/todbot/5b649b0ff314f2e723b6dd68d36c05b5
Thanks @stylus for your work on this library!
#CircuitPython #Processing #p5js #GenerativeArt #Lilygo

Tiny Lilygo ESP32-S3 TDisplay board showing a bunch of randomly colored circles that slowly blur and fade away

todbot,
@todbot@mastodon.social avatar

@stylus Now playing with bitmapfilter’s Photoshop-like channel ops to give a nice fade-to-black for evolving spirograph-like shapes. I love how it looks like blossoming flowers sometimes. These whole-screen updates really highlight how fast the 8-bit parallel displays are on these Lilygo boards.
Code: https://gist.github.com/todbot/8ea13cebb1c3a510444428cc98d2f1af
#CircuitPython #Processing #p5js #GenerativeArt #Lilygo

Tony circuit board with a display showing a spirograph-like pattern that evolves as old versions of it fade away

todbot,
@todbot@mastodon.social avatar

@stylus Now noisy lissajous trails that combine a channel op for style-based fading and a Gaussian blur on the fade, with the fade style changing every few seconds. Mesmerizing to me! I just stare at this for minutes. Here’s a sample. Code: https://gist.github.com/todbot/224c690a9fc2c15e972a2e963deb13fa
#CircuitPython #Processing #p5js #GenerativeArt #Lilygo

Tiny circuit board with display showing a swirling swarm of random lines moving in a Lissajous-like pattern, leaving trails that slowly fade and blur. After a few seconds the style of fading changes, yielding different visual effects

AaronReuland, to genart
@AaronReuland@mstdn.social avatar

BloomScrolling.

It's scrolling! Still want to work on the background pattern, as the results are uneven at times. Overall pretty pleased with it.

Code/ endless scroll at : https://openprocessing.org/sketch/2225296

Scrolling floral pattern, not unlike a william morris wallpaper. Coded art.

fractalkitty, to poetry
@fractalkitty@mathstodon.xyz avatar

I wrote a poem that can be read forward, backward, or in a loop:

Best viewed on desktop- can interact with scroll.

https://ofatoms.art/

Code at Open processing link: https://openprocessing.org/sketch/2224432

Also on my GitHub: https://github.com/fractalkitty/ofatoms

Probably, to lasercutting
@Probably@genart.social avatar

Second run with the laser engraver.
Didn't really anticipate the fine layer of ash that builds up on the paper 😅

AaronReuland, to genart
@AaronReuland@mstdn.social avatar

I don't usually like to post anything this WIP and these are only part of the final design I have in mind, but I'm really finding the sort of painterly effects I'm getting fairly charming here.

#p5js #creativeCoding #WIP

Dahlia-esque flower leaning into left. Code generated. Different palette

sohan, to genart
@sohan@freeradical.zone avatar

I just completed a fun commission for a friend: 70+ custom wedding invitations!

Each invitation is unique, created using a generative algorithm that powers a robotic pen plotter.

#generativeart #plotterart #mastoart #genartclub #creativecoding #p5js #axidraw #moire #worksonpaper #postcards

image/jpeg

sohan,
@sohan@freeradical.zone avatar

The underlying program and design elements are derived from my most recent series, 𝘈𝘭𝘭 𝘰𝘧 𝘖𝘶𝘳 𝘍𝘭𝘰𝘶𝘳𝘪𝘴𝘩𝘪𝘯𝘨 𝘐𝘴 𝘔𝘶𝘵𝘶𝘢𝘭.

https://freeradical.zone/@sohan/112085144169575664

#generativeart #plotterart #mastoart #genartclub #creativecoding #p5js #axidraw #moire #worksonpaper #postcards

sohan,
@sohan@freeradical.zone avatar

In the process of making these cards, I accidentally created the worlds slowest, least efficient QR code printer. 😅🙈 #generativeart #plotterart #mastoart #genartclub #creativecoding #p5js #axidraw #moire #worksonpaper #postcards

video/mp4

eikun_0903, to javascript Japanese
@eikun_0903@fedibird.com avatar
AaronReuland, to genart
@AaronReuland@mstdn.social avatar
fractalkitty, to random
@fractalkitty@mathstodon.xyz avatar

Blogpost on sumfib: https://fractalkitty.com/2024/03/21/sumfib/

If anyone has activities, suggestions, or questions to add, please send them my way.

antoniowerli, to genart French
@antoniowerli@genart.social avatar

"Gate III", from the curated generative set "Gates to Nowhere", on Objkt.

AaronReuland, to genart
@AaronReuland@mstdn.social avatar
echevarian, to genart
@echevarian@genart.social avatar

#p5js #GenerativeArt

Just tinkering..

fractalkitty, to genart
@fractalkitty@mathstodon.xyz avatar

This needs tweaks, but if you want to endlessly add fibonacci numbers...

Is it endless?

What is the average score of randomly moving until you lose?

do you play better when you don't try?

I might bother to answer these, I might not.

https://sumfib.com/

It should work on mobile other than not having a delay when you hit the end. (I need to figure out how to fix that)

Metamere, to genart
@Metamere@genart.social avatar
Metamere,
@Metamere@genart.social avatar

I like how many configurations I can get out of such a simple system. I wonder why more graphic designers don't use or some other creative coding platform? Or maybe they do and I'm just not aware of it. I really like John Maeda's typography based designs. He must have inspired some others out there.

sohan, to genart
@sohan@freeradical.zone avatar

𝘼𝙡𝙡 𝙤𝙛 𝙊𝙪𝙧 𝙁𝙡𝙤𝙪𝙧𝙞𝙨𝙝𝙞𝙣𝙜 𝙄𝙨 𝙈𝙪𝙩𝙪𝙖𝙡, 2024
Acrylic on paper
24 x 22 in.

sohan,
@sohan@freeradical.zone avatar

A selection of smaller works from my generative program 𝘈𝘭𝘭 𝘰𝘧 𝘖𝘶𝘳 𝘍𝘭𝘰𝘶𝘳𝘪𝘴𝘩𝘪𝘯𝘨 𝘐𝘴 𝘔𝘶𝘵𝘶𝘢𝘭.

𝘼𝙡𝙡 𝙤𝙛 𝙊𝙪𝙧 𝙁𝙡𝙤𝙪𝙧𝙞𝙨𝙝𝙞𝙣𝙜 𝙄𝙨 𝙈𝙪𝙩𝙪𝙖𝙡 7, 8, 9, and 10
each: acrylic on paper, 10 x 11 in.
2024

#generativeart #plotterart #abstractart #creativecoding #p5js #axidraw #genartclub #mastoart #moire #worksonpaper

image/jpeg
image/jpeg
image/jpeg

  • 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