I wrapped up the #pico8 line drawing routine I've been using for various projects as a drop-in replacement for tline.
It's here, if anyone wants to play with it:
https://www.lexaloffle.com/bbs/?tid=148149
@tmulgrew this is so cool! I’m tinkering with simple pico stuff now, so I’m looking forward to studying the code :D thanks for sharing!
@tmulgrew this is super cool!
@tmulgrew neat - would it make sense to massively simplify to only support horizontal lines?
@fsouchu yeah, probably worthwhile. I might do that. Although I don't think it would be too much simpler - might save 100 tokens perhaps.
@fsouchu I was wrong. It only saves 99 tokens :)