AgonConsole8 / agon-vdp

Official Firmware for the Agon Console8: ESP32 VDP
MIT License
43 stars 17 forks source link

add line-fill plot calls #104

Closed stevesims closed 10 months ago

stevesims commented 11 months ago

implements the line fill plot codes in blocks 0x48, 0x58, 0x68 and 0x78

NB this is a preliminary/experimental version, has not yet been fully tested, and is a slow/inefficient implementation

stevesims commented 10 months ago

so performance for these plot calls is poor, however they do appear to work. later optimisation can be done by moving this functionality inside vdp-gl taking a slightly different approach.

as these plots work, they'll get added. optimisation can come later.