CalibanStorm

joined 2 months ago
[–] CalibanStorm@lemmy.world 1 points 1 month ago

So Awesome! Thank you! I figured there had to be a way!

[–] CalibanStorm@lemmy.world 1 points 1 month ago* (last edited 1 month ago) (2 children)

Okay the process I am trying to achieve:

  1. generator 1 generates a random Planet and displays a printout plus an image, followed by a few buttons/links allowing you to drill down, choosing the next generator you want: "EXAMINE LIFEFORM" or "EXAMINE GEOLOGY" or "EXAMINE FLORA" etc.
  2. so generator 2 is a big printout of content (plus image) as well, but it is based on stuff we got from generator 1. That's why I want to pass some of the content output by generator 1 (gravity, atmosphere, etc) as input to generator 2. Variables from the primary generator will affect the secondary generators (e.g.: if the planet's atmosphere is methane, then the random lifeform must breathe methane).
[–] CalibanStorm@lemmy.world 2 points 1 month ago (4 children)

True. But both are pretty big, so I'd like to break it into steps.

 

Weird question maybe... I'd like to "chain" two generators together in sequence, via a button that passes a bunch of variables from the first one to the second one. Is this doable?

[–] CalibanStorm@lemmy.world 2 points 1 month ago

Awesome! Thanks!

 

Hi! I just made my first Perchance generator, it creates a random planet: https://perchance.org/efl8elo5av and I'm really happy with it (both the generator and the language itself)! Next step I would love to feed (a modified version of) this text to an image generator and have it produce a picture of the planet's surface. Is there a way to import an image generator into my Perchance script?