procedural generation
124 subscribers
5.19K photos
1.66K videos
4 files
11K links
Created by @r_channels
Download Telegram
Silliness from repeated matrix operations

Not really procedural generation but this feels like the place where the most folks will appreciate it.
I was doing some repeated actions on matrixes at one point, repeated so far as to be basically impossible to read and decided I might as well colourcode it to get some level of readability. the results actually surprised me. I'm sure this has SOME kind of use in something, just not sure what.


For how it works;

consider a 2d matrix of values:
\-2 -1 0
\-1 0 1
0 1 2


next matrix is 9x9. top left 9 is previous matrix -2, top middle 9 is previous matrix -1 etc
\-4 -3 -2 -3 -2 -1 -2 -1 0
\-3 -2 -1 -2 -1 0 -1 0 1
\-2 -1 0 -1 0 1 0 1 2
\-3 -2 -1 -2 -1 0 -1 0 1
\-2 -1 0 -1 0 1 0 1 2
\-1 0 1 0 1 2 1 2 3
\-2 -1 0 -1 0 1 0 1 2
\-1 0 1 0 1 2 1 2 3
0 1 2 1 2 3 2 3 4
etc


After enough iterations you get these monstrosities. Unfortunately I have long since lost the base matrices for these.

https://preview.redd.it/w8xd4rfqiq9b1.png?width=625&format=png&auto=webp&v=enabled&s=f1b8ab39ec1edc9feb09bdbf0a325289ef08a6ec

https://preview.redd.it/nedk020siq9b1.png?width=760&format=png&auto=webp&v=enabled&s=3794f201d8a920d69be6b78c6e37512801963e2e

https://preview.redd.it/w2w0lg7tiq9b1.png?width=760&format=png&auto=webp&v=enabled&s=608ea42b1f82f870c8a3ec92cca5c04422fb09e5

https://preview.redd.it/hqtm6v3uiq9b1.png?width=760&format=png&auto=webp&v=enabled&s=b28cda168633f4d0b75243fdd7e52440a20dbea8

https://preview.redd.it/us0fg9pviq9b1.png?width=760&format=png&auto=webp&v=enabled&s=c3c52242ec4babeee82c5246ada7884df9a011d0

​

https://redd.it/14pgfxy
@proceduralgeneration
Accelerator // Me // 2023 // animated version in comments
https://redd.it/14pnfg1
@proceduralgeneration
This media is not supported in your browser
VIEW IN TELEGRAM
Still working on my procedurally generated action rpg. Here's a current view of the generation process and its result
https://redd.it/14qog7u
@proceduralgeneration
Craft, Customize, Play: Help Us Create Games with Rosebud AI Copilot!

Hello fellow devs and AI enthusiasts,

We're Rosebud AI! We’ve built a coding editor that leverages Large Language Models and generative AI to turn everyday language into code, creating a fully playable game.

Just to give you a taste of what we’re doing, here’s our first demo:

https://www.youtube.com/watch?v=co9sZws2QeQ&ab\_channel=RosebudAI

If you’re curious about what we’re building or want to join our early access, we’d love for you to join our **Discord Server** or sign up at **Rosebud AI**. Your experiences, ideas, and feedback are vital in helping us make Rosebud.AI a real game-changer (pun intended!)


We’re excited to hear what you think,

Team Rosebud


P.S. Here are also some themed creations in our AI Gamemaker to celebrate July 4th 🇺🇸

https://redd.it/14qlgel
@proceduralgeneration
Media is too big
VIEW IN TELEGRAM
Working on my procedural planet generation for my space exploration game
https://redd.it/14rda1r
@proceduralgeneration