mirror of
https://github.com/blondie7575/SpriteGen.git
synced 2024-10-06 11:57:09 +00:00
A hi-res sprite generator for the Apple II. It takes PNG files and produces assembly source files with data statements that can be rendered with the included sprite drawing code.
9a4c4b7b85
The sprite generator basically works for the four primary hires colors. The included sample program renders all the sample sprites in various places on screen. |
||
---|---|---|
SpriteGen.xcodeproj | ||
.gitignore | ||
AppleCommander.jar | ||
box_blu.png | ||
box_grn.png | ||
box_mag.png | ||
box_org.png | ||
hgrtableX.s | ||
hgrtableY.s | ||
hgrtest.lst | ||
macros.s | ||
Makefile | ||
README.md | ||
spritedemo.dsk | ||
spritedemo.s | ||
spritegen0.s | ||
spritegen1.s | ||
spritegen2.s | ||
spritegen3.s | ||
SpriteGenerator.py | ||
V2Make.scpt |