1.1 KiB
1.1 KiB
{{{ "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.
-
also I'd be lost without the existing extremely performant triangle rasterizer by @p01, as well as the efficient heap sort by @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://github.com/morgan3d/misc/...
-
I forgot to add! This version of the Stanford bunny is from @jamesedge’s rendering demo/benchmark of a bunch of neat effects! Find it here: http://lexaloffle.com/bbs/?tid=35282
