I make generators on Perchance.org and do a bunch of other cool things.

Links:

  • 34 Posts
  • 80 Comments
Joined 6 months ago
cake
Cake day: March 24th, 2024

help-circle




  • You can’t assign variables in the middle of a list, instead you would move this part to the output assignment so it would actually create the variable that could be evaluated by the ..., r = recipies.selectOne, r.name] instance:

    [f=createInstance(ingredients.flour.selectOne), createInstance(b=ingredients.flour.selectOne)]
    

    Like this:

    Why does this happen?

    Perchance recognizes and evaluates the f variable assignment block I’ve mentioned before as the child of the list pie which is a child of the list recipies, making it unusable when called it directly within the variable’s name. To fix this you’d need to execute that assignment before the recipies list is evaluated (as I’ve said before).











  • Same with me too, I appended -preview at the top of my preview versions of the projects, although this only applies to my generator hub page and my name generator at the moment.

    A little bit of story, I have planned to make an “alpha” version of these generator projects, which is like a lively updated version (frequently saved, typically as soon as I edit the code and go AFK mode). The reason for this is because, in Preview versions, I’ve really wanted to bring the freshly-served experimental features and updates ready-to-go to be then tested, all in one update, to be later released into the stable version through some updates, whereas the alpha version will be a place where the newest experimental features are being progressively built to be then transferred into the preview version.

    In other notes, I also never wanted to bring these preview, unfinished versions directly into the stable version so that things keep well-organized. I might not explain it very well, because I’m still largely heading into the recovery time (see this post). I’ll make it clear in the 30.0k views milestone special coming this month (or next month, followed by the huge update) though.

    Here’s what I wrote from the big revival announcement page:

    • Third, the new Alpha versions I’ve mentioned in the 5.0k announcement before is now more of like the in-progress versions of the Preview updates of the generator, so I’ll constantly saving and updating the generator while I’m working on an actual Preview update!
      • However, this version will not be discoverable anywhere, in fact I will not going to mention any links to the alpha version, since this version is mostly a little “secret” space where I build new features of the generator, and so that I can spare less time in a day working on the generator (in other words, no need to spend more time finishing on a new Preview version in a single day).

    I’ve also planned to create an alpha version of my name generator, but haven’t done so to this day:

    So I’ve finally planned to continue the active development of the generator when the generator reaches its 1st anniversary (that’s on March 25th). Also, there will be a new development stage for the generator, mainly called Alpha/Dev. The releases of this stage will be on the “stepping stone system” on top of the Preview releases, so it’ll contain smaller packs of new features and improvements and expect more of the non-functional features! Still, feel free to hop in the preview version and let me know what’s your experience! Oh, and the generator will soon use the new font within the next big update!

    (here’s an old copy of my Generator Manager that I’ve still left the old announcement on, mentioning above text)

    What do you think of this concept? @wthit56@lemmy.world


    Also, I’m planning to remove the canvas in the big revival announcement page very soon, just to close up the potential holes of people putting the bad things into the generator page. The drawings there will stay intact, just the canvas frame being removed.