A programmer at Interplay, Rebecca Heineman, ported Out of This World to Super Nintendo around ... 1992 or so?<p>It was an amazing accomplishment because the SNES only had a 3.58 MHz (yes, you read that right) processor, and wasn't afforded the luxury of drawing into a traditional pixel-oriented bitmap (e.g. one byte per pixel).<p>The code that Rebecca wrote rendered triangles into SNES "chunky planar" format on the fly. The chunks are 8x8 pixel tiles, where the bits of each pixel are spread out across four planes (<a href="https://sneslab.net/wiki/Graphics_Format" rel="nofollow">https://sneslab.net/wiki/Graphics_Format</a>). And all this at 20 FPS, a feat which still boggles me, 30 years on.