Generative Art

Metal_Zealot, in DEATH TO THE DINOSAURS

Dinosaurs never died

Their flesh just went to the prism dimension

aebrer,
aebrer avatar

Pfffft the prism dimension that's so Jurassic. I hope when our meteor comes we get to go to the shadow realm or something a little cooler.

aebrer, in entropy locked eggplant redux
aebrer avatar

with different seeds you get quite different dither patterns, thanks to the entropy locking:

https://files.catbox.moe/7s1tkt.webm

Chronosensitivity, in Utility II - inspired by "Hop Picker Watch" by Grégoire Sage

Makes me think of some old space video game where you actually have to map out where you are

aebrer,
aebrer avatar

Oooh with like dials and stuff to be like: calculate your galactic position for the jump

aebrer, in "noise" - WIP on TIC80
aebrer avatar

I've since released the full version! It's very interactive and I can't really capture the vibes in gifs/photos: https://objkt.com/asset/KT1LNtgRnfyFgP85M9znLorh2anKSZAgBRrd/10

alexthescott, in Utility II - inspired by "Hop Picker Watch" by Grégoire Sage

@aebrer lol I had no clue you rocked the Pebble watch. You still using your Pebble or have you moved on to something else

aebrer,
aebrer avatar

Still rocking my pebble time steel lol! It's just too good not to use it.

aebrer, in Utility II - inspired by "Hop Picker Watch" by Grégoire Sage
aebrer avatar
ducttapecode, in Pearls
ducttapecode avatar

Pearls is a generative minimal artwork made with 100% code in p5js.

This algorithm places perfectly round pearls into multiple stacked grids and connects them smoothly.

aebrer,
aebrer avatar

Love it! Minimal and super pleasing to the eye 😌🤌

aebrer, in Device 1 #232 by ertdfgcvb
aebrer avatar

Details, description, and link to the rest of the outputs from this generator: https://www.fxhash.xyz/generative/16111

aebrer, in DEATH TO THE DINOSAURS
aebrer avatar

non-looping infinite generation at the source: https://objkt.com/asset/KT1URVzdQNsdXULazJcK6TtS5mUCY82aEvwL/10

source code:

s = rnd(-1)  -- seed for entropy locking
pal({[0]=0,-8,8,9,10,11,12,-4,0,-8,8,9,10,11,12,-4}, 1)
-- function to draw a regular polygon with any number of sides
-- x,y = center of polygon
-- r = radius of polygon
-- n = number of sides
-- a = angle of rotation, in turns (0-1)
function poly(x,y,r,n,a,c)
  local i
  for i=0,n-1 do
    local t = i/n+a
    local x1 = x+r*cos(t)
    local y1 = y+r*sin(t)
    local x2 = x+r*cos(t+1/n)
    local y2 = y+r*sin(t+1/n)
    line(x1,y1,x2,y2,c)
  end
end
cls()
rot_angle = 0
::_::  -- draw loop start
if(rnd()>.9)poly(80,80,32,3,rot_angle,9)  -- draw triangle
rot_angle += 0.0001  -- rotate triangle
-- dither
for i=0,200 do
  local x = rnd(129)
  local y = rnd(129)
  local c = pget(x,y)-1
  pset(x-1,y-1,c)
end
-- if rot_angle goes back to 0 (modulo) reset the seed
if(rot_angle%1==0)srand(s)

goto _
aebrer, in Ring of Fire - interactive emergent generative pixel flames with Pico-8
aebrer avatar

link to the source: https://objkt.com/asset/hicetnunc/797976

The description has the details but basically this is a , with the source being able to fit within a mastodon post. Clicking/tapping the screen gets you a new generated ring of fire.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • genart
  • DreamBathrooms
  • magazineikmin
  • ngwrru68w68
  • thenastyranch
  • osvaldo12
  • Youngstown
  • Durango
  • slotface
  • everett
  • rosin
  • InstantRegret
  • kavyap
  • tacticalgear
  • mdbf
  • provamag3
  • tester
  • normalnudes
  • GTA5RPClips
  • cisconetworking
  • khanakhh
  • ethstaker
  • cubers
  • Leos
  • megavids
  • modclub
  • anitta
  • JUstTest
  • lostlight
  • All magazines