17 lines
No EOL
1.1 KiB
Markdown
17 lines
No EOL
1.1 KiB
Markdown
{{{
|
||
"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](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) |