{{{ "planted": "1/11/2021", "repotted": "12/3/2025", "last_tended_to": "12/10/2025", "nobreak": "true" }}} * thought I'd mess around with making a real 3D #pico8 engine, since I'd only done fake 3D so far. I think it's going pretty well! I love these psychedelic colors for the light ramp. ![https://twitter.com/ValerADHD/status/1348759586921189382](media/1_11_2021.gif) * also I'd be lost without the existing extremely performant triangle rasterizer by [@p01](https://twitter.com/p01), as well as the efficient heap sort by [@CasualEffects](https://twitter.com/CasualEffects)! these are doing the brunt of the calculations, I just tell them where they need to go. [http://lexaloffle.com/bbs/?tid=31478](http://lexaloffle.com/bbs/?tid=31478) [http://github.com/morgan3d/misc/...](https://github.com/morgan3d/misc/blob/main/p8sort/sort.p8) * I forgot to add! This version of the Stanford bunny is from [@jamesedge’s](https://twitter.com/jamesedge) rendering demo/benchmark of a bunch of neat effects! Find it here: [http://lexaloffle.com/bbs/?tid=35282](http://lexaloffle.com/bbs/?tid=35282)