sehugg / dithertron

Retro 8-bit bitmap converter supporting many formats
GNU General Public License v3.0
75 stars 11 forks source link

Vic 20 dithering support added (preliminary) [post refactor] #20

Closed robin-raymond closed 1 year ago

robin-raymond commented 1 year ago

The Vic 20 has some unique attributes that are similar but different than the Commodore 64. The Vic 20 doesn't have a true graphics mode but instead relies on character re-imaging and color choices to make a pseudo bitmap. Combined with the Vic 20's flexible screen sizes, this makes an interesting target.

Some key differences added:

Code changes (some refactoring):

This replaces PR: https://github.com/sehugg/dithertron/pull/19

robin-raymond commented 1 year ago

Related to issue https://github.com/sehugg/dithertron/issues/18

sehugg commented 1 year ago

Looks great! I didn't know the VIC-20 had such capabilities, it doesn't look half bad. I'm trying out a new system select menu, it hides the sub-options until you select the main one. I think it's a little more palatable for casual users but still a WIP. Thanks again!