paulrho / ijk64

C64 like BASIC (approximate) emulator in pure java - experimental but extensible
https://futex.com.au/basic
9 stars 1 forks source link

Add double/float pixel graphics option #48

Open paulrho opened 6 years ago

paulrho commented 6 years ago

with anti-alias switched on, this could allow for smoother dot-by-dot plotting switch on with ANTIALIAS 2 (sets extra render hints too) and also calls to LINE, PSET, CIRCLE will then also flip to using draw(Shape .. double) also (maybe) allow draw to have ANY number of points after it !?!? Also, think about how to measure performance impact.

paulrho commented 6 years ago

consider these:

paulrho commented 5 years ago

Activated by ANTIALIAS 2 Check if all painting/drawing primitive functions have been extended to allow this.