๐คrcarmo๐3y๐ผ23๐จ๏ธ7
(Replying to PARENT post)
> You may wonder why I didn't just write a routine to plot filled triangles, and then draw quadrilaterals as two adjacent triangles. The answer is that with the libraries that support exclusive-OR plotting this results in a visible line between the two triangles, because that line is drawn twice; having a dedicated routine to plot quadrilaterals avoids this. In addition, this routine is faster.
I guess the Sega Saturn was on to something, then.
๐คyellowapple๐3y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
All of this blog's posts are elegant, well-researched, and fun โ I'm a big fan. It's amazing what sorts of functionality he squeezes out of 8-bit and other small microcontrollers.
๐คincanus77๐3y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
Is the slowness maybe from the IO to the display or maybe something else?