1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-06 17:54:25 +00:00
6502bench/SourceGen/RuntimeData/Atari
Andy McFadden 356492d6da Add Atari AVG visualizer
This converts AVG commands to wireframes.  We don't try to track
color or intensity.  (This is a disassembler, not a graphics
converter; perfection is not required.)  The various rotation and
animation options are still enabled, though they're not terribly
useful for this.

Commands that are meant to be used in series, such as font glyphs,
tend to use (0,0) as their left edge and baseline.  This puts the
shape in the upper-right corner of the thumbnail, which makes
everything smaller.  The change adds a "re-center" option to the
wireframe renderer that computes the visible bounds and adjusts
the coordinates so that the center of the object is at (0,0) for
display.
2020-04-11 17:24:21 -07:00
..
2600.sym65 External symbol I/O direction and address mask, part 2 2019-10-16 14:55:10 -07:00
Lynx.sym65 Add symbols for Atari Lynx 2018-10-11 14:51:54 -07:00
Vis2600.cs Fix Atari 2600 sprite visualizer 2019-12-29 18:15:40 -08:00
VisAVG.cs Add Atari AVG visualizer 2020-04-11 17:24:21 -07:00