proc_gen
@procgen.bsky.social
900 followers 600 following 270 posts
Procedural generation researcher. Currently making games. https://procedural-generation.tumblr.com #procgen #gamedev
Posts Media Videos Starter Packs
Reposted by proc_gen
ech0903.bsky.social
dailycoding - 20251011 / graphic
#p5js #javascript #Processing #generativeart #creativecoding #dailycoding
code : openprocessing.org/sketch/2752012
Reposted by proc_gen
mightofmerchants.bsky.social
Procedural generation. Road with buildings. #dnd
Reposted by proc_gen
passivestar.bsky.social
remember how burn is useful for 2d masks? it works just as great for 3d masks
Reposted by proc_gen
passivestar.bsky.social
Installed Blender 5.0, scatter on surface is now a built-in node ❤️
Reposted by proc_gen
xordev.com
"Lapse"
for(float i,z,d,h;i++<5e1;o+=vec4(3,z,i,1)/d)
{vec3 p=z*normalize(FC.rgb*2.-r.xyy),a;a.y++;p.z+=7.;a=mix(dot(a,p)*a,p,sin(h=length(p)-t))+cos(h)*cross(a,p);
for(d=0.;d++<9.;a+=sin(round(a*d)-t).zxy/d);z+=d=.1*length(a.xz);}
o=tanh(o/1e4);
Reposted by proc_gen
modernmodron.itch.io
If you have one, what's your favorite memory of blaseball?
Reposted by proc_gen
towerwizard.bsky.social
The wizard sleeps tranquilly. Something very large flies over the tower, casting it briefly in shadow.
Reposted by proc_gen
roguelike.club
Can you believe this schedule?

www.roguelike.club/event2025.html

Join us in our carnival-themed MUD space on Oct 25-26 for this incredible lineup of speakers and talks on all things roguelike!
Roguelike Celebration - Event 2025
www.roguelike.club
Reposted by proc_gen
doougle.net
omg the talk/speaker lineup for Roguelike Celebration (@roguelike.club) 2025 looks sooo good:
www.roguelike.club/event2025.html

So obviously one of the most vital events in videogames right now, I really hope I can make the time to attend this year.
Roguelike Celebration - Event 2025
www.roguelike.club
Reposted by proc_gen
florencesn.bsky.social
I'll be giving the talk "Roll for Reminiscence: Procedural Keepsake Games" at Roguelike Celebration! Super excited to share work I've been doing on this topic!
doougle.net
omg the talk/speaker lineup for Roguelike Celebration (@roguelike.club) 2025 looks sooo good:
www.roguelike.club/event2025.html

So obviously one of the most vital events in videogames right now, I really hope I can make the time to attend this year.
Roguelike Celebration - Event 2025
www.roguelike.club
Reposted by proc_gen
tinyanarchistfairy.bsky.social
#Abstract #creativecoding #digitalart #genartclub #algorithmicArt #Processing #programming #computerart
Reposted by proc_gen
roguelike.club
such a pleasure to have you join us, thank you. we're so excited for the big conference oct 25-26 celebrating ten years!
perryjon.bsky.social
Last Sunday, I chatted about design in UFO 50 at a preview event for @roguelike.club & here's the video:

tinyurl.com/3j7afb2c

Also, be sure to keep watching after for two *excellent* talks by @ezra-szanton.itch.io and @apepers.bsky.social on synergy in deckbuilding & systems suspense respectively
YouTube
Share your videos with friends, family, and the world
tinyurl.com
Reposted by proc_gen
marcos-don.bsky.social
Almost appreciating JavaScript lately.

#recreationalprogramming #gamedev
Reposted by proc_gen
dylanbrowne.bsky.social
I should really do something with my Procedural Bluray generator i made in #UnrealEngine years ago, love those randomised titles
#GameDev #PhysicalMedia
Reposted by proc_gen
towerwizard.bsky.social
The little cat steps on the wizard's stomach, waking him up. He goes to make waffles with pomegranate compote and put some fish out for the little cat. As he makes tea, the air fills with the smell of clementine. After breakfast, he unpacks his reagent delivery and puts the new reagents away.
procgen.bsky.social
I like this musical visualization/auralization of Conway's game of life: www.hudsong.dev/digital-darwin

Designing good generative audio often is trickier than generative visuals, at least in my experience: even intense visual dissonance isn't as unpleasant for me as the worst noise glitches.
A Digital Darwin Adventure with Mating Melodies
Breed unique melodies with genetic algorithms! Explore Conway's musical life and cultural evolution patterns. Interactive AI music lab
www.hudsong.dev
Reposted by proc_gen
towerwizard.bsky.social
The wizard is snuggled into his bed, reading a book about jellyfish. The little cat is curled up above his head, on the pillow.
Reposted by proc_gen
casualgaragecoder.com
More on procgen texture using fractal Worley. The "parameter" texture channels are : R: Octaves/Detail, G: Distance easing, B: Distance maxing (round contour vs. straight line poly).
Here, detail changed dynamically, easing on Y axis, contour on X axis. #Godot #glsl #gamedev #procgen
Reposted by proc_gen
roguelike.club
Join us for:
- a peek at the 2025 Roguelike Celebration social space
- a fireside chat with @perryjon.bsky.social about design & proc gen in UFO 50
- @apepers.bsky.social talking about Designing for Systems Suspense
- @ezra-szanton.itch.io talking about Synergy Webs in Roguelike Deckbuilders
Reposted by proc_gen
roguelike.club
The Roguelike Celebration Preview Event is this Sunday at 3PM PST, with special guests:

UFO50's @perryjon.bsky.social talking game design
@ezra-szanton.itch.io talking synergy in deckbuilders
@apepers.bsky.social talking design for suspense

And come explore our MUD's dazzling, delightful circus!
Reposted by proc_gen
Reposted by proc_gen
topotoylabs.bsky.social
Poisson disk sampling constrained to another Poisson disk sampling. Valid positions for the large dots are constrained to positions from the small dots.

#gamedev #indiedev #procedural #computationalgeometry #algorithms