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

Links:

  • 7 Posts
  • 24 Comments
Joined 2 years ago
cake
Cake day: March 24th, 2024

help-circle







  • The Chamber of Arluido’s Dimensional Fractures

    A special kind of room that can only be entered through very specific multi-dimensional techniques. Fun fact: I generated this image using the “3D Isometric Icon” style.

    Details

    Generated with: txt2image-generator

    Prompt: a zoomed-in inside of a new, polished, large, high, open octagonal studio room ((colored in blue, sky blue, magenta, white, and green)) with a camera and an office setup, with neon lights, ((3d-printed)), perspective, landscape, (((3d-printed objects))), (((nighttime, extreme light))), excellent

    Negative Prompt: too much detail, low quality, watermark, bad image, poor lighting, over-detailed





  • Here’s my solution so far - create a variable that’ll hold the generated types in and then change the code of the sentence list to never use any of these already-generated types:

    // Create a new "takenTypes" array variable to store the already generated types
    takenTypes = [[]]
    
    sentence
      [takenTypes = [], ""]You find yourself in {a} [d=description.selectOne] [b=biome.selectOne].<br> As the area is [d.singularForm.lowerCase], [td = typesdescription.selectOne, uniqueReturn(td)] type 'mons are rather prolific. That is in addition to the [removeDups(others[b]).selectUnique(2).map(x => uniqueReturn(x)).join(" and ")] types that live in the [b] already. <br>Oddly enough, there also seem to be some [s=removeDups(stragglers).selectOne, uniqueReturn(s)] type 'mons in the area as well.
    
    // Returns a new list that does not contain the entries already shown in the output
    removeDups(list) => return list.selectAll.filter(x => !takenTypes.includes(x));
    // Adds the entry into the "takenTypes" variable so they never show up again in the same output
    uniqueReturn(i) => takenTypes.push(i); return i;
    





  • This will forever be recorded as one of the most exciting events to participate in for my whole life. I’ve never been this happy and excited before. It is fun and intriguing just to be able to explore and draw a bunch of pixels into a public canvas just like grabbing squares (pixels) and putting it into a giant block of land (the canvas) to draw art with.

    Great job! 😃









  • On a side note, I would say this is the very first time I have ever experienced a live canvas event like this, I learned about the mechanism of placing pixels and everything. I’m pretty glad I was brought to Lemmy then headed out my job to it (creating an account etc.) and then brought to the canvas event, I got excited when @eatham@aussie.zone first told me about the event. I’ve been interested to do this kind of stuff, and overall, that was pretty exciting after all! 😃