hotn-gay-digital-garden/twitter/tweets/1_11_2021.md
2026-02-15 21:39:13 -06:00

17 lines
No EOL
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{{
"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 [@jamesedges](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)