Post every suggestion as a separate comment to allow for people to vote & comment on each suggestion

  • Hexlynn@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    Depending on whats possible, we could do something similar to R/place and every so often expand the canvas start off with something small eg.512x512 and add another 512 px. along side

    • AbouBenAdhem@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      1 year ago

      If I remember right, r/place “scaled up” by adding more blank canvas. But it might be more interesting to actually scale up the previous pixels as well, so each iteration is overlaying the previous one with higher detail.

      The end result wouldn’t look as empty, because it would be easier to fill large areas early on.

      • Speiser0@feddit.de
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        Or to make it more realistic, let it expand like the universe. I.e. add extra space between each two pixels:

        example
        w=blank/white, b=non-blank
        wwwww
        wbbbw
        wbbww
        wwwww
        ->
        wwwwwwwwww
        wwwwwwwwww
        wwbwbwbwww
        wwwwwwwwww
        wwbwbwwwww
        wwwwwwwwww
        wwwwwwwwww
        wwwwwwwwww
        

        Or keep non-blank pixels together, because of pixel bounds.