Skip Navigation
VioneT VioneT @lemmy.world

Doing Perchance.org things...

Links

Posts 50
Comments 484
[Community Event] Ai Image Challenge for September ~ Concrete Jungle
  • Futuristic Brutalist Architecture + Times Square

    Image Data
    generator: text2image-generator
    style: [t2i] cinematic
    prompt: times square:0.5 AND futuristic ((brutalist architecture)):0.7 high contrast, 80s retro color, in street view, centered, symmetrical
    negPrompt: \[fog, intricate, cars, vehicles, nature, trees, foliage, monochrome, scaffolding, rebars:0.1\]
    seed: 737231246
    guidance: 7
    
  • [Generator Bug] t2i styles tester
  • Edit: Here is the updated AI Artist V2.

    There's the T2I-Artist and the AI Artist V2 in this ai-character-chat Docs. Although it is not optimal. I'm going to try refactor it and I'll update this comment after I'm done.

  • Hub bug: hash in address does not open corresponding tab
  • I think if it doesn't currently break, then keep it the same way XD

  • Hub bug: hash in address does not open corresponding tab
  • I've just added the functionality to use hashes, thanks for the suggestion. The tabs were accessible through URL params before, e.g. page=learn and for the chat rooms e.g. chat=general. Hash now takes precedence to set the tabs on load. Although the URL params would still work if no hash is provided.

    I've also added an Id to each tab so the hash would be re-added on the URL for the specific tab opened.

  • Embedding one input inside another
  • It seems to me you are accessing the other inputs with :? It should be [input.Lighting] not [input:Lighting] if you have an input with:

    Lighting
      label = Lighting
      type = select
      options 
        ...
    

    Also, you can have the lists in the prompt like so:

    Line-Art style
      prompt
        [input.description], (line drawing:1.8), (no gradients:1.8), clean lines, no color, black and white, visible hatching, high contrast, high resolution, high detail, intricate details, 4k, wallpaper, concept art, pen on paper, [input.Lighting != ""] ^[input.Lighting]
        [input.description], (line drawing:1.8), (no gradients:1.8), clean lines, no color, black and white, visible hatching, high contrast, high resolution, high detail, intricate details, 4k, wallpaper, concept art, pen on paper,  ^[input.Lighting == ""]
      negative = [input.negative], low-quality, deformed, text, poorly drawn, 3D, color, gradients, greyscale, shading
    

    So that you can use Dynamic Odds in selecting which prompt to use if input.Lighting was added/selected.

    You could also link the generator so we can directly see any problems.

  • [Community Event] Ai Image Challenge for August ~ Unexpected Crossover or Cold (Ended)
  • Thanks! What about a 'Concrete Jungle'.

    Anything Urban, large concrete structures, can be post apocalyptic, modern, or futuristic. Can also add other subjects in a 'concrete jungle' background!

  • Embedding one input inside another
  • Is this regarding an Image Generator with the t2i-framework-plugin? You can with:

    Btype
      label = building type
      type = select
      options 
        Default
          , 
        House
          Generate a house with garden in the style of [input.Environment], House with 2 floors and slanted roof ,
    
  • [Request] (or bug?) Generator page doesn't use the $meta.image image
  • Probably a 'report a generator' to report/flag generators with NSFW images?

  • Generated images are free -Text to image generator
  • Please see this relevant document about the AI in Perchance.

  • Perchance Object Reference
  • Btw as I'm remember I was told, the ones that start with $ are essentially private properties and there are methods that are used to get them. (Reference Post)

    Ex.

    • $allKeys are accessed with .getPropertyKeys
    • $children are accessed with getChildNames
  • [Question] $meta.image of another generator
  • No, I don't think there is. The public ones that I've seen are:

  • What Community Events would you like to see or participate in?

    cross-posted from: https://lemmy.world/post/19286382

    > There has been a couple of Community Events in Casual Perchance since its implementation via Lemmy World posts. > > #### What kind of events would you like to see or be part of? > > Some of the old events were: > - Generator Jam - like a Game Jam but with generators based on a theme > - Plain - create a generator that fits the specified theme > - Useful Generators - generators that can be imported/useful for other generators (i.e. importable lists or plugins etc.) > - Mad Science - not generators but anything made with Perchance Syntax. > - Contribute to a Generator - didn't get much traction, like a Generator Jam, but you allow others to give feedback/suggestions throughout the event to the generator you have submitted. (Might change this to just a Feedback/Suggestion Jam, submit your generators for feedback and suggestions and don't require to create a new generator) > - Image Challenge - Mostly AI Images generated with Perchance text-to-image-plugin based on a theme. > > Also, feel free to give any feedback or suggestions about the Community Events. Some more specific feedback/suggestion categories are: > - Length of Events > - Type/Content of Events > - Engagement or Retainability of Participants > > Note that you can host your own Community Events, see this post for an explanation.

    0

    What Community Events would you like to see or participate in?

    There has been a couple of Community Events in Casual Perchance since its implementation via Lemmy World posts.

    What kind of events would you like to see or be part of?

    Some of the old events were:

    • Generator Jam - like a Game Jam but with generators based on a theme
      • Plain - create a generator that fits the specified theme
      • Useful Generators - generators that can be imported/useful for other generators (i.e. importable lists or plugins etc.)
      • Mad Science - not generators but anything made with Perchance Syntax.
    • Contribute to a Generator - didn't get much traction, like a Generator Jam, but you allow others to give feedback/suggestions throughout the event to the generator you have submitted. (Might change this to just a Feedback/Suggestion Jam, submit your generators for feedback and suggestions and don't require to create a new generator)
    • Image Challenge - Mostly AI Images generated with Perchance text-to-image-plugin based on a theme.

    Also, feel free to give any feedback or suggestions about the Community Events. Some more specific feedback/suggestion categories are:

    • Length of Events
    • Type/Content of Events
    • Engagement or Retainability of Participants

    Note that you can host your own Community Events, see this post for an explanation.

    0
    [Question] $meta.image of another generator
  • The endpoint for getting the generator stats/metadata is https://perchance.org/api/getGeneratorStats?names={names}, it would return a list of data based on the generator names inputted and it would give a metadata property per generator that you can access.

    Here is an example of using it: https://perchance.org/generator-list-with-stats-2-template#edit

  • Memories in AI Character Chat
  • @[email protected] pinging dev!

    Also side note, there was a post on Reddit, requesting to 'clear' the message input after sending a 'command'. Ex. you typed /ai [your instruction], then after sending the message, the command is still on the input box. I think they want to 'clear' the input box even after using a command, maybe an option to clear after sending the command or have the input stay on the input box.

    Also, possibly any way to add custom shortcuts through the Custom Code? So that we could 'bake in' the shortcuts to the characters instead of on the threads. Just a thought.

  • [Simple Syntax Question] hao i have variable in bracket?
  • For example on the /minimal generator we have the list:

    listnames
      animal
      adjective
      verb
      location
    

    then on the javascript:

    let x = listnames; // you can also use listnames.selectOne, if you only want it to have a single item and you have to reload the page to randomize it again.
    // This would get a 'random' value from the `listnames`.
    alert((y = x.selectOne) + ':' + root[y]);
    // would give a random item from any of the list 
    
  • [Request] [T2i] Active model selection please!
  • Thanks! Added to the prompt guide.

  • [Simple Syntax Question] hao i have variable in bracket?
  • It should retrieve the list directly with:

    // Perchance
    PerchanceListA
      a
      b
      c
    ---
    // HTML
    <script>
    let x = PerchanceListA
    // if you want a more 'understandable code'
    // let x = root.PerchanceListA // since all Perchance lists are under the 'root' variable.
    // also with this, you would overwrite the value of list 'x' if you have one.
    </script>
    [x]
    
  • [Request] (or bug?) Generator page doesn't use the $meta.image image
  • A reference old post about it: https://lemmy.world/post/2560700

    But maybe can be pushed up on the list since the little image emoji is also just a temp solution. @[email protected]

  • [Request] (or bug?) Generator page doesn't use the $meta.image image
  • You can hover on the small 🖼️ on the description to show the $meta.image, but yeah. On the remix of generators that I made, you can hover directly on the image to show the $meta.image.

  • Offsetting returned value from table
  • If I understand correctly, you have something like:

    val
      -1
      0
      1
    
    entries
      a
      b
      c
      d
      e
      f
      g
      h
      i
      j
      k
      l
      m
    

    Then based on the val, you would have to select: (a) if val = -1, only from a to k, (b) from b to l, (c) from c to m.

    Here is my solution: https://perchance.org/8horj02y80

    First, we select the val, and then base the range from it. Since it is from 1-11, etc, we can have the base to be 2-12, then add (subtract) the modifier to have 1-11 for -1, 2-12 for 0, and 3-13 for +1, by having a min and max variables:

    modOut
      Modifier: [mod = val.selectOne] | Min: [min = 2 + mod] | Max: [max = 12 + mod]
    

    Then, to create a 'dynamic' range, we use JavaScript's Template Literals, to create a dynamic Perchance Shorthand List:

    random = [`{${min}-${max}}`]
    

    Essentially, the template literal would be evaluated first, so if we have min as 3 and max as 13, then it would be {3-13}, and then Perchance would evaluate that into a random number between that range.

    We can now then use that value to select the item from our list, in which we can do in many ways:

    • Via .selectAll[index-1] since the arrays are accessed with zero-start indexing.
    entryOut
      Selection: [x = random.evaluateItem] | Entry: [entries.selectAll[x-1].upperCase]
    
    • Via Dynamic Odds (What is on the demo generator) For the dynamic odds, we can just add them directly on the entry list:
    entries
      a ^[x == 1]
      b ^[x == 2]
      c ^[x == 3]
      d ^[x == 4]
      e ^[x == 5]
      f ^[x == 6]
      g ^[x == 7]
      h ^[x == 8]
      i ^[x == 9]
      j ^[x == 10]
      k ^[x == 11]
      l ^[x == 12]
      m ^[x == 13]
    

    where x is selected before selecting the entry:

    entryOut
      Selection: [x = random.evaluateItem] | Entry: [entries.upperCase]
    
  • [Community Event] Ai Image Challenge for August ~ Unexpected Crossover or Cold (Ended)
  • The Anchor

    A colossal crystalline structure in deep space. It resembles the shape of an anchor and is estimated to be about 334 solar radii in width and double in height. The origins of it are unknown and is first discovered by a deep space probe 133 light years from planet SSA-763. Material composition tests suggest that it is an asymmetric lattice of an unknown composition, but the temperature of it is constantly zero degrees Celsius.

    Image Prompt
    Generator Used: text2image-generator
    Style: [Vionet20-Styles] Atmospheric Painting
    Prompt: pitch black, starry space, background BREAK crystallized iceberg in teardrop cut, outer space, pitch black
    Negative Prompt: \[clouds:0.1\]
    Resolution: 512x768
    Guidance Scale: 7
    Seed: 763133334
    
  • Unexplored Wilderness (Ended)

    !

    Unexplored Wilderness

    Create generators that invoke the wilderness (nature, danger), curiosity (discovery, documentation), and adventure (heading into the unknown, trailblazing), be it fictional or non-fiction.

    Make generators with the lines of an odyssey to unexplored regions, mapping the vast reaches of the galaxy, or looking deep within oneself.

    When: August 7, 2024 12:00PM UTC to August 28, 2024 12:00PM UTC

    Perchance Data

    ```perchance_data // This Part is Required for the Perchance Hub // This would be where the Event Organizer would change the data to update the Hub // Remember to indent with two spaces!

    // List About the Event to be displayed on the Hub metadata title = Unexplored Wilderness description = Create generators that invoke the wilderness (nature, danger), curiosity (discovery, documentation), and adventure (heading into the unknown, trailblazing), be it fictional or non-fiction. type = Generator Jam image https://lemmy.world/pictrs/image/f3889aca-b153-49a9-a9b0-2079eba7dce3.png // Can be multiple pictures to randomize the banner image :) start = 07 August 2024 12:00:00 UTC+0000 // strict data formats see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse#non-standard_date_strings end = 28 August 2024 12:00:00 UTC+0000 color = linear-gradient(77deg, #386945, #30aa34) rules = Make generators with the lines of an odyssey to unexplored regions, mapping the vast reaches of the galaxy, or looking deep within oneself.

    // For Generator Jams with Perchance URL generators // The generator's $metadata is also parsed immerse-in-senses author = Vionet20 type = Text // For Image Events images

    // You can request a format of other events just ask on the forum! // Banner Info: // Generator Used: text2image-generator // Prompt: a behind the character shot of a small group on high elevation overlooking an unexplored forest region, exploration, adventure, high fantasy, concept art // Negative Prompt: \[mountains, mountain ranges, high mountains, columns of rocks:0.05\] // Resolution: 768x512 // Art Style: [Vionet20-Styles] Comic/Manga Illustration ```

    2

    (Fixed) Embedded Perchance Pages aren't updating

    perchance.org Perchance Hub ― Perchance Generator

    A community-run Hub for Perchance Users!

    Perchance Hub ― Perchance Generator

    Update 4: Fixed Update 3: It seems that changing the 'src' of the iframe of the embedded seems to apply the changes. Clicking on the 'Go to Event' buttons on the home tab seems to revert the page to its previous versions. A video recording of the problem. Update 2: Can confirm that the changes are reflected after a couple of minutes, for now. Update: The embedded page has now reflected the changes. Will monitor if any other changes are immediately (or at least after a little bit of time) reflected.

    I'm posting again to re-open a previous bug.

    Previous Post: https://lemmy.world/post/15639946

    Currently, the /hub where the /hub-events is embedded to, doesn't have the updated /hub-events page.

    I've updated the code in the /hub-events last July 25. But currently, the change to it isn't reflected on the embedded /hub-events on the /hub at the Events tab.

    Last time, it updated itself after a few minutes, but now two days have passed it hasn't updated yet.

    4

    What Came Before? (Ended)

    !

    What Came Before?

    Ever wondered what is the past of your characters? What happened to the world before? Or you just want to time travel the past?

    Generator Jam for July would be about the past! Create generators that generate backstories, alternate history, travelling to the past, and others!

    When: July 8, 2024 12:00PM UTC to July 29, 2024 12:00PM UTC

    Perchance Data

    ```perchance_data // This Part is Required for the Perchance Hub // This would be where the Event Organizer would change the data to update the Hub // Remember to indent with two spaces!

    // List About the Event to be displayed on the Hub metadata title = What Came Before? description = Generator Jam for July - What Came Before? Create generators that generate backstories, alternate history, travelling to the past, and others! type = Generator Jam image https://lemmy.world/pictrs/image/9688ee6a-de53-4c57-925f-0473df2cbda2.png // Can be multiple pictures to randomize the banner image :) start = 8 July 2024 12:00:00 UTC+0000 // strict data formats see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse#non-standard_date_strings end = 29 July 2024 12:00:00 UTC+0000 color = linear-gradient(157deg, #03355b, #ecdb96) rules = Create Generators that are about the Past!

    // For Generator Jams with Perchance URL generators // The generator's $metadata is also parsed past-10-points author = Vionet20 type = Text historic-people author = Allo type = Text

    // For Image Events images

    // You can request a format of other events just ask on the forum! ```

    4

    Overflow on the Fullscreen and Settings Button on comments-plugin

    There seems to be a overflow issue on the comments-plugin's settings and fullscreen buttons.

    !

    4

    Importables (Ended)

    !

    Importables

    Do you have ideas for lists, plugins, or templates that can be used by others? Now is the time to create it! 'Importables' Generator Jam!

    Useful Generators, Plugins, HTML Widgets, CSS Styles. Generators that can be imported to other generators!

    When: June 10, 2024 12:00PM UTC to June 28, 2024 12:00PM UTC

    > Thank you NecoBridge for the theme suggestion!

    Perchance Data

    ```perchance_data // This Part is Required for the Perchance Hub // This would be where the Event Organizer would change the data to update the Hub // Remember to indent with two spaces!

    // List About the Event to be displayed on the Hub metadata title = Importables description = Do you have ideas for lists, plugins, or templates that can be used by others? Now is the time to create it! 'Importables' Generator Jam! type = Generator Jam image https://lemmy.world/pictrs/image/e5a38895-65b6-468e-80f7-e2a1fa609c30.png // Can be multiple pictures to randomize the banner image :) start = 10 June 2024 12:00:00 UTC+0000 // strict data formats see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse#non-standard_date_strings end = 28 June 2024 12:00:00 UTC+0000 color = linear-gradient(231deg, hsl(127 0% 61%), hsl(201 17% 31%)) rules = Create Generators that can be imported! Plugins, Lists, HTML Templater, CSS Styles

    // For Generator Jams with Perchance URL generators // The generator's $metadata is also parsed simple-toc-plugin author = Vionet20 type = plugin rainbow-plugin2 author = thatOnePerchanceGuy type = plugin no-reason-js author = thatOnePerchanceGuy type = plugin

    power-rain-plugin author = Bluepower type = plugin perchance-author author = Eatham type = plugin

    // For Image Events images

    // You can request a format of other events just ask on the forum! ```

    11

    Embedded Perchance Pages on Perchance aren't updated

    Not sure when this problem happened, but if you take a look at https://perchance.org/a-testing-gen which has an embedded Perchance page to https://perchance.org/b-testing-gen, the changes on the embedded generator /b-testing-gen, isn't applied on the iframe on /a-testing-gen.

    I've tried disabling the cache on DevTools, reloaded both gens (and saved them again) and the changes on /b-testing-gen isn't applied on the /a-testing-gen.

    4

    Improved Make Table Plugin

    perchance.org Improved Make Table Plugin

    HTML tables with the Perchance Syntax! With Header Rows, Footer, Caption, and First Column Header Options!

    Improved Make Table Plugin

    Improved Make Table Plugin

    This is a modification of the make-table-plugin with added features:

    • Row Heights (option to change heights of each row)
    • Row Alignments (option to change the alignment of the text in the row)
    • Header Rows (makes the first row of the table bold, and an option to stylize it)
    • Footer Rows (last row bold, and option to stylize it)
    • Column Header (bold first column of the table, and option to stylize it)
    • Caption (adds a Caption to the table, with option to place it at the top, and at the bottom, and to stylize it).

    Here is an example of a table that can be made from it: !

    I've also created a Helper to help create tables with the plugin at Improved Make Table Plugin Helper.

    0

    create-instance-plugin Doesn't Fix Deep Properties with Same Level Lists

    Suppose we have the following list: ```plaintext createInstance = {import:create-instance-plugin}

    person name = [this.nameList] nameList Salman Manny Rhian age = {31-49} child = [this.child_obj] child_obj name = [this.nameList] nameList Anne Arram Amelia age = {3-17} If we output:text [p = createInstance(person, "deep"), p.name] [p.age] [p.name] [p.age] We can see that it has fixed the `name` and the `age` property on the instance. However, if we output:text [p = createInstance(person, "deep"), p.child.name] [p.child.age] [p.child.name] [p.child.age] It would throw `undefined`. Now looking at similar list:text person name = {Salman|Manny|Rhian} age = {31-49} child = [this.child_obj] child_obj name = {Anne|Arram|Amelia} age = {3-17}

    output [p = createInstance(person, "deep"), p.child.name] [p.child.age] [p.child.name] [p.child.age] ``` This would have the values fixed and working.

    Looking at the code of the create-instance-plugin, it would only allow the 'deep' fixing of properties if there isn't any items/lists in it. What that means is the following: text child_obj name = [this.nameList] nameList Anne Arram Amelia age = {3-17} This object/list, has a list ( nameList) within it as well as properties (name and age), while: text child_obj name = {Anne|Arram|Amelia} age = {3-17} Only has properties. and based on Line 22 of the create-instance-plugin: js ... } else if(propValue.getPropertyKeys && propValue.getPropertyKeys.length > 0 && propValue.getLength === 0) { ... If the list to be fixed has a list within it other than the properties i.e. propValue.getLength is not zero, then it wouldn't fix the properties within it.

    The first child_obj has a nameList with it, and upon calling propValue.getLength it would have 1 while the second child_obj will return a propValue.getLength of 0 since it doesn't have any lists.

    Thus, the solution for the problem is just removing the propValue.getLength === 0 check OR create another check without it.

    --- TLDR; propValue.getLength === 0 at Line 22 of the create-instance-plugin can be removed to allow properties that rely on same level lists to be fixed. Here is the demo of the problem with a 'remixed' create instance plugin with the fix.

    6

    VTT Token Style Discussion

    This post is about helping @[email protected] in creating a Perchance style for Virtual Tabletop tokens. (From this Perchance forum post) > Generator used is x2x's text2image-generator

    Here are my prompts and images in my current testing:

    Japanese Token

    plaintext style: No Style prompt: (3d model in top down view:1.1), (from above:1.3), from behind, plain background, person with a katana, edo style n_prompt: soft shadows, hard shadows, reflections res: 512x512 seed: random !

    Thief in white Clothing

    plaintext style: No Style prompt: (3d model in top down view:1.1), (from above:1.3), from behind, plain background BREAK a male thief with white clothes knife in hand, fantasy d&d style n_prompt: soft shadows, hard shadows, reflections, disc res: 512x512 seed: random !

    We can probably increase more emphasis on the from above or at the 3d model in top down view, but any higher than 1.5 is muddy.

    Essentially adding: (3d model in top down view:1.1), (from above:1.3), from behind, plain background Before your actual prompt will make the image like it is from top down.

    9

    Cannot Access ElevenLabs API in ai-character-chat (Fixed)

    I've been made aware that the code I've written to access text-to-speech from ElevenLabs API is no longer working.

    I've tested it and it seems that the CORS-Proxy that is being used in ai-character-chat currently doens't allow POST methods (which is being used to 'post' the text to be 'spoken' in ElevenLabs).

    Not a major/priority issue but might be nice to be fixed. I also wonder how many are using text to speech (even just using the Speech Synthesis code) in the ai-character-chat....

    19

    URL Params doesn't work on null.perchance Domain (Fixed)

    Found out about this possible improvement to the URL Params Plugin in which you currently cannot pass through URL params in the null.perchance domain in an <iframe> i.e. it doesn't parse the passed through parameters.

    I was able to pass through parameters in an iframe in the normal perchance domain, but without the null part, it has the navigation bar and seems to mess up the CSS. I'm currently applying it to 'navigate' from the 'Home' tab of the hub to the 'Events' tab, then select the appropriate events page using the URL params.

    3

    Beat the Heat (Ended)

    !

    Beat the Heat

    Get ready for Summer and 'Beat the Heat'! Summer Themed Generator Jam!

    Create Summer Themed Pages! A beach volleyball game? Sure, A tropical drink generator? That sounds nice..., A beach name generator? You got it!

    When: May 6, 2024 12:00PM UTC to May 27, 2024 12:00PM UTC

    Perchance Data

    ```perchance_data // This Part is Required for the Perchance Hub // This would be where the Event Organizer would change the data to update the Hub // Remember to indent with two spaces!

    // List About the Event to be displayed on the Hub metadata title = Beat the Heat description = Create generators/templates to combat the heat! Summer Themed Generator Jam! type = Generator Jam image https://user-uploads.perchance.org/file/fb98711889289ebbe3bcfb5d4f27603c.webp https://user-uploads.perchance.org/file/b61e74db6545e942ff7c8be7b5acffc9.webp https://user-uploads.perchance.org/file/b663dfe7ef90b2d159883605b0682fb9.webp https://user-uploads.perchance.org/file/c03db8a5c737dade999a97cddcf247a0.webp https://user-uploads.perchance.org/file/c3e7005097f3fdad94bb003c300e6865.webp // Can be multiple pictures to randomize the banner image :) start =6 May 2024 12:00:00 UTC+0000 // strict data formats see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse#non-standard_date_strings end = 27 May 2024 12:00:00 UTC+0000 color = linear-gradient(45deg, #e4f6b9 33%, #a0ecfb, #5e08f6 95%) rules = Create Generators that are with the theme 'Beat the Heat'.

    // For Generator Jams with Perchance URL generators // The generator's $metadata is also parsed a-trip-to-the-beach-vn author = Vionet20 type = Game the-magic-oasis author = Allo type = Community watermelon-summer author = Eaba type = Game spa-e-island author = NecoBridge type = Game

    // For Image Events images

    // You can request a format of other events just ask on the forum! ```

    spoiler

    ___

    9

    Mad Science (Ended)

    !

    Mad Science

    Create Generators that is not a Text Generator! Channel your Inner Mad Scientist with the Generator Jam: Mad Science! When: Feb 5, 2024 12:00PM UTC to Feb 19, 2024 12:00PM UTC

    Submissions

    Perchance Data

    ```perchance_data // This Part is Required for the Perchance Hub // This would be where the Event Organizer would change the data to update the Hub // Remember to indent with two spaces!

    // List About the Event to be displayed on the Hub metadata title = Mad Science description = Create Generators that is not a Text Generator! Channel your Inner Mad Scientist with the Generator Jam: Mad Science! type = Generator Jam image https://user-uploads.perchance.org/file/e4d28f04cfe9da2e9c60bf25980f2f80.webp https://user-uploads.perchance.org/file/2212805d1b9b5bb793a8d78b077c9a63.webp https://user-uploads.perchance.org/file/b54bcf91663ec20f51be9c157605e5cd.webp https://user-uploads.perchance.org/file/3598d6bb6ffb5a35f5591af82e60a1a9.webp https://user-uploads.perchance.org/file/ae00f635b8c133404cae71de7e77ff0f.webp // Can be multiple pictures to randomize the banner image :) start = 5 Feb 2024 12:00:00 UTC+0000 // strict data formats see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse#non-standard_date_strings end = 19 Feb 2024 12:00:00 UTC+0000 color = linear-gradient(45deg, hsl(171 58% 87% / 0.8), hsl(131 29% 52% / 0.3)), linear-gradient(135deg, hsl(171 57% 15% / 0.4), hsl(150 54% 49%/ 0.8)) rules = Create Generators that are using Perchance Syntax but not for Text Generation!

    // For Generator Jams with Perchance URL generators random-chess-position-generator author = Vionet20 type = Experiment loveandlight author = Allo type = Image buble-wrap author = Neco Bridge type = Experiment

    // The generator's $metadata is also parsed

    // For Image Events images

    // You can request a format of other events just ask on the forum! ```

    0

    New Beginnings (Ended)

    !

    New Beginnings

    Create and Contribute to Generators about New Beginnings When: Jan 8, 2024 12:00PM UTC to Jan 22, 2024 12:00PM UTC

    Submissions

    Perchance Data

    ```perchance_data // This Part is Required for the Perchance Hub // This would be where the Event Organizer would change the data to update the Hub // Remember to indent with two spaces!

    // List About the Event to be displayed on the Hub metadata title = New Beginnings description = Create Generators about New Beginnings! The first 'Contribute to a Generator'! This is an event where people will create generators that is based on the given theme and allow other people to contribute to their generator by suggesting items the generator might generate, additional features/controls, improvements/refactoring codes! type = Contribute to a Generator image https://user-uploads.perchance.org/file/0e5c1bd99f906ec6fc3c7bcb983ef28f.jpeg https://user-uploads.perchance.org/file/27691cf46fc8750b2eb0843dc2b7e7a1.jpeg https://user-uploads.perchance.org/file/1d8f93d42cb6860807cb881a5d138978.jpeg https://user-uploads.perchance.org/file/2c4efeed94bf5c3259392f5f5e3fbd16.jpeg // Can be multiple pictures to randomize the banner image :) start = 8 Jan 2024 12:00:00 UTC+0000 // strict data formats see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse#non-standard_date_strings end = 22 Jan 2024 12:00:00 UTC+0000 color = linear-gradient(45deg, #f7cd1730, #0eb23830), linear-gradient(135deg, #f7cd1730, #0eb23830); rules = Here is a link to a Published Google Docs that shows the rules/criteria (old) (https://docs.google.com/document/d/e/2PACX-1vQhcXza2WbbXiLDLr2dZYmkmlCO5nR09vKOJGiI9Lql2OaPy-e5gNVKmDlq9X32Ivs6Pa9HtxMavCJB/pub)

    // For Generator Jams with Perchance URL generators nationstates-flag-generator author = Shyshaeia type = Image icebreaker-generator author = Vionet20 type = Text // The generator's $metadata is also parsed

    // For Image Events images

    // You can request a format of other events just ask on the forum! ```

    0

    Food Delights (Ended)

    !

    Food Delights

    Create Scrumptious, Delicious, and Savory Generators with the theme Food Delights When: Nov 6, 2023 12:00PM UTC to Nov 26, 2023 12:00PM UTC

    Submissions

    Perchance Data

    ```perchance_data // This Part is Required for the Perchance Hub // This would be where the Event Organizer would change the data to update the Hub // Remember to indent with two spaces!

    // List About the Event to be displayed on the Hub metadata title = Food Delights description = Create Scrumptious, Delicious, and Savory Generators with the theme Food Delights type = Generator Jam image https://user-uploads.perchance.org/file/4e0334d1a51b3253f741f1f055b44589.jpeg https://user-uploads.perchance.org/file/e41571fb0aca23046d783ca429f1477a.jpeg https://user-uploads.perchance.org/file/e6688918465e44381a21d11e28a093de.jpeg https://user-uploads.perchance.org/file/1c392b6ebfd3a56f3415e32b9bfe122c.jpeg // Can be multiple pictures to randomize the banner image :) start = 6 Nov 2023 12:00:00 UTC+0000 // strict data formats see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse#non-standard_date_strings end = 26 Nov 2023 12:00:00 UTC+0000 color = linear-gradient(45deg, #35409b30, #ffffffa0, #d3237a80), linear-gradient(135deg, #35409b80, #d3237a30) rules = Here is a link to a Published Google Docs that shows the rules/criteria (old)(https://docs.google.com/document/d/e/2PACX-1vQhcXza2WbbXiLDLr2dZYmkmlCO5nR09vKOJGiI9Lql2OaPy-e5gNVKmDlq9X32Ivs6Pa9HtxMavCJB/pub)

    // For Generator Jams with Perchance URL generators yummiest-generator author = Abigblueworld type = Text intergalactic-foods author = Vionet20 type = Text recipe-website-story author = alliterator type = Text // The generator's $metadata is also parsed

    // For Image Events images

    // You can request a format of other events just ask on the forum! ```

    0

    Space Exploration (Ended)

    !

    Space Exploration

    Explore the Space by Creating Generators about Space Exploration The first Ever Perchance Generator Jam! When: Aug 7, 2023 12:00PM UTC to Sept 7, 2023 12:00PM UTC

    Submissions

    Perchance Data

    ```perchance_data // This Part is Required for the Perchance Hub // This would be where the Event Organizer would change the data to update the Hub // Remember to indent with two spaces!

    // List About the Event to be displayed on the Hub metadata title = Space Exploration description = Explore the Space by Creating Generators about Space Exploration. The first Ever Perchance Generator Jam! type = Generator Jam image https://user-uploads.perchance.org/file/aac7653d82e73d3f52667b5beb6c778c.webp // Can be multiple pictures to randomize the banner image :) start = 7 Aug 2023 12:00:00 UTC+0000 // strict data formats see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse#non-standard_date_strings end = 7 Sept 2023 12:00:00 UTC+0000 color = linear-gradient(118deg, #fd3399, #02647e, #dba5b4) rules = Here is a link to a Published Google Docs that shows the rules/criteria (old)(https://docs.google.com/document/d/e/2PACX-1vQhcXza2WbbXiLDLr2dZYmkmlCO5nR09vKOJGiI9Lql2OaPy-e5gNVKmDlq9X32Ivs6Pa9HtxMavCJB/pub)

    // For Generator Jams with Perchance URL generators terraforming-mission-reports author = Vionet20 type = Text constellation-generator author = CrystalDragon type = Text stellar-odyssey-space-exploration author = CatGecko type = Text space-exploration-ryebread author = Ryebread type = Text // The generator's $metadata is also parsed

    // For Image Events images

    // You can request a format of other events just ask on the forum! ```

    0

    Halloween! (Ended)

    !

    Halloween!

    Create Spooky Creepy Halloween Themed Generators When: Oct 1, 2023 12:00PM UTC to Oct 22, 2023 12:00PM UTC

    Submissions

    Perchance Data

    ```perchance_data // This Part is Required for the Perchance Hub // This would be where the Event Organizer would change the data to update the Hub // Remember to indent with two spaces!

    // List About the Event to be displayed on the Hub metadata title = Halloween! description = Create Spooky Creepy Halloween Themed Generators type = Generator Jam image https://user-uploads.perchance.org/file/3924a0649ee99486724604724bd75c6f.jpeg https://user-uploads.perchance.org/file/3091c98d74068828a585b4562f8a8d69.jpeg https://user-uploads.perchance.org/file/759f313f5c2a62d3da4234a92fbb79b6.jpeg https://user-uploads.perchance.org/file/d6ad5a57ea3cc54dc9e22e73e85a5884.jpeg https://user-uploads.perchance.org/file/69399e7406f328b21f926adc2ab62761.jpeg // Can be multiple pictures to randomize the banner image :) start = 1 Oct 2023 12:00:00 UTC+0000 // strict data formats see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse#non-standard_date_strings end = 22 Oct 2023 12:00:00 UTC+0000 color = linear-gradient(276deg, #00000080, #e47d2e70, #00000080), linear-gradient(150deg, #00000080, #e47d2eFF, #00000080) rules = Here is a link to a Published Google Docs that shows the rules/criteria (old) https://docs.google.com/document/d/e/2PACX-1vQhcXza2WbbXiLDLr2dZYmkmlCO5nR09vKOJGiI9Lql2OaPy-e5gNVKmDlq9X32Ivs6Pa9HtxMavCJB/pub

    // For Generator Jams with Perchance URL generators vdeo-game-monster-maker- author = Bebe/Bee type = Image halloween-day author = Abigblueworld type = Text black-cats-pumpkin-patch author = Tabby type = Image adventure-z author = VioneT20 type = Game book-of-sweet-shadows author = Kaden_Winters (aka Kokonoro) type = Text goosebumps-generator author = alliterator type = Text halloweenstories author = Epiphany type = Text // The generator's $metadata is also parsed

    // For Image Events images

    // You can request a format of other events just ask on the forum! ```

    0

    Button? Button?! Buttons! (Ended)

    !

    Button? Button?! Buttons!

    Create Generators with many Buttons! When: Apr 8, 2024 12:00PM UTC to Apr 22, 2024 12:00PM UTC

    Submissions

    Perchance Data

    ```perchance_data // This Part is Required for the Perchance Hub // This would be where the Event Organizer would change the data to update the Hub // Remember to indent with two spaces!

    // List About the Event to be displayed on the Hub metadata title = Button? Button?! Buttons! description = Create Generators with many Buttons! type = Generator Jam image https://user-uploads.perchance.org/file/599abb6eaf680b7c8d1cfa546834a2af.webp https://user-uploads.perchance.org/file/39c3a70b897bde28731f60b06fb54201.webp https://user-uploads.perchance.org/file/35fee35b16b5202809b07e3011b92f35.webp https://user-uploads.perchance.org/file/b00cfce5eb6db7440cfad04c4f2e777f.webp https://user-uploads.perchance.org/file/34a3025e1413dca3ad2f0a9085c1ea2b.webp // Can be multiple pictures to randomize the banner image :) start = 11 Mar 2024 12:00:00 UTC+0000 // strict data formats see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse#non-standard_date_strings end = 31 Mar 2024 12:00:00 UTC+0000 color = linear-gradient(45deg, hsl(328 100% 56% / 0.8), hsl(28 99% 59% / 0.5)), linear-gradient(135deg, hsl(28 100% 56% / 0.8), hsl(328 99% 59% / 0.3)) rules = The only rule is to create a generator that has many buttons!

    // For Generator Jams with Perchance URL generators ki-create author = Allo type = Experiment what-blank-are-you-template author = VioneT type = Template too-many-buttons // perchance.org/generator-url only the generator-url author = Neco Bridge type = Text // The generator's $metadata is also parsed

    // For Image Events images

    // You can request a format of other events just ask on the forum! ```

    0