ra’s avatarra’s Twitter Archive—№ 36,628

            1. rough prototype of a pico 8 style low res indexed renderer in glsl is working
              oh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their API
          1. …in reply to @ra
            all it needs is a drawing api ✌🏽
            oh my god twitter doesn’t include alt text from images in their API
        1. …in reply to @ra
          loaded pico-8's palette and yeah this is a ton of fun
          oh my god twitter doesn’t include alt text from images in their API
      1. …in reply to @ra
        basic idea is: there's a buffer of 128*128 integers that acts as the framebuffer. there's an array on the CPU side that you write into to draw. that array then gets sent to the GPU with a palette and each pixel looks up its index in the framebuffer and its color from the palette
    1. …in reply to @ra
      far from perfect, but here's some circles
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @ra
    better circles. renderer now guarantees square pixels, working on centering
    oh my god twitter doesn’t include alt text from images in their API