r/generative

▲ 89 r/generative+1 crossposts

Procedural SVG fire

This was an experiment.

How its done:

  1. trapezoid as main shape.
  2. noise.
  3. point smoothing (even spread) after noise.
  4. boolean using star and another trapezoid shape.

If interested to see project: https://animgraphlab.com/view/K_WMqHuZUI

note: im creator of the app.

u/zdmit — 16 hours ago

Infinidream runs on Windows, MacOS, or Linux. It is on GitHub. It is free.

Infinidream is from u/spot (Scott Draves), the guy who discovered Flame Fractals, and who created Electric Sheep. It is the next iteration of Electric Sheep, still being developed, and you curate your own lists of what runs on your computer, for instance strictly fractals, or AI generated videos, or any combination you prefer.

Client: https://github.com/e-dream-ai/client/releases/tag/0.15.0

To create an Infinidream account (free, this is all free because fractal art is and always will be cool): https://infinidream.ai/

BRUTAL

Hey everyone,

Just launched a personal project called BRUTAL that I’ve been building over the past months.

Using a custom generative system refined over many iterations, I produced sixteen exclusive patterns. These aren’t meant to be only static digital visuals. The idea was to translate them into physical textile pieces.

Each artwork becomes a 90x90cm silk scarf produced in 14-momme silk using reactive digital printing.

Every piece is also paired with a single-edition NFT on Base acting as its certificate of authenticity and digital counterpart. The NFT anchors the work on-chain, while the textile gives it physical presence.

Conceptually, BRUTAL sits somewhere between art, technology and fashion, exploring how code can reshape creative expression and how digital ownership can connect to tangible objects.

Tech stack if anyone’s curious:

  • Generative artwork built with p5.js
  • Website with Next.js + r3f
  • viem / wagmi / RainbowKit
  • Solidity on Base

→ https://brutalproject.art

u/artmu — 1 day ago
▲ 18 r/generative+6 crossposts

I built this as a labour of love. So we can sell and swap our art and enjoy the process.

I built artistcards.io as a labour of love. So we can sell and swap our art, and enjoy the process.

It’s a new way of selling our ACEOs online. I’ve loved art for a very long time, and enjoy collecting and creating them. My formal training and background is in architecture, fine and visual arts and design. Now, I am the creator owner operator of artistcards.io . Here’s what I’d love people to know.

Firstly you create a gallery using the easy to follow wizard. You are then able to fill your gallery shop with OOAK art, printed artists cards… pretty much anything that has your artwork on it. 

You can also put your original ATC or ACEO through our free product and pdf maker to create both downloadable ACEOs and Interactive Collectors Cards. 

The Interactive Collectors cards can have audio, video, even AR effects included in them. Each has a unique number to ensure authenticity. Think of them as an old fashioned visitors card. Updated for the 21st century.

These are important to grow your subscriber base and future customers.

You also receive a downloadable pdf that can be used to print - or have printed - your own collectable artist cards.

Place your newly downloadable ACEO for sale in your shop ready for the monthly drop. The Interactive Collectors Card is paired with it for one month, meaning that when the ACEO is purchased the Interactive Collectors Card is automatically sent to the purchaser as well. What do you have to do ? Set and forget. 

You can make ACEO limited editions of both the printable, and the printed cards you print / have printed with your free PDF.

You decide whether you will sell your original art. ACEO or ATC, or not. If you do, charge a bit more.

All FOR FREE at artistcards.io

I built this as a labour of love. So we can sell and swap our art and enjoy the process.

Questions? Just ask 💙

My gallery on artistcards.io is kikisgallery!

u/GovernmentAnxious659 — 2 days ago
▲ 10 r/generative+1 crossposts

Deterministic generative art from collective human interpretation

Something I've been building: a daily generative art system where the algorithm's inputs are human interpretations of a cultural prompt rather than a random seed.

Each submission is an (x, y) coordinate on a grid. x = performed to honest. y = dividing to uniting. The prompt text is hashed to seed the RNG, so the shuffle order is deterministic and reproducible. The rendering algorithm is recursive subdivision - each submission cuts the canvas and claims territory in one of four colors based on quadrant position.

The interesting constraint: because the prompt seeds the RNG rather than a transaction hash, the same word always produces the same shuffle of any given submission set. The artwork is verifiably reproducible from its inputs. The algorithm is implemented identically in Solidity (onchain SVG) and TypeScript (frontend preview) so the rendered output is the same in both.

The first prompt, THE INTERNET, is up for auction. The submission window for the second prompt, CONTENT CREATORS, just opened.

Happy to share more about the rendering logic or the Solidity implementation.

Where do you stand?
mixedmessages.fyi

u/Icy_Way7154 — 2 days ago