dos33fsprogs/utils
Vince Weaver 70ab2f4223 hgr-util: png2hgr: try to autodetect correct black and white better
this is a bit tricky, because we support forcing black/white colors by
using slightly different palette entries, so we don't want to completely
ignore the difference in case the image is trying to force one or another
of the black/white colors for alignment or xdraw reasons
2021-06-29 00:58:09 -04:00
..
asoft_basic-utils pastel: working on poke-free machine code 2021-03-10 01:23:03 -05:00
asoft_presenter utils: fix up so all compiles again 2021-01-05 16:13:43 -05:00
asoft_sound utils: fix up so all compiles again 2021-01-05 16:13:43 -05:00
bmp2dhr re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
dos33fs-linux2.4 re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
dos33fs-utils dos33_raw: add some sanity checks 2021-04-26 15:24:48 -04:00
gr-sim raytrace: initial code 2021-05-26 23:19:30 -04:00
gr-utils ootw: moving things around again 2021-03-23 11:01:36 -04:00
hgr-utils hgr-util: png2hgr: try to autodetect correct black and white better 2021-06-29 00:58:09 -04:00
Makefile demos: more work 2021-01-05 22:52:10 -05:00
README utils: add a README 2021-01-05 16:17:00 -05:00

README

These are various utilities for doing Apple II development

+ asoft_basic-utils
	various tools for manipulating Applesoft and Integer BASIC programs

+ asoft_presenter
	create presentations using your Apple II

+ asoft_sound
	tool to script making music in BASIC

+ bmp2dhr
	a version of Bill Buckels's bmp2hdr modified to compile on Linux

+ dos33fs-linux2.4
	Linux driver for dos33 filesystem, but hasn't worked since Linux 2.4

+ dos33fs-utils
	Tools for manipulating Apple Dos 3.3 filesystem images

+ gr-sim
	Lo-res graphics simulator used to prototype code in C before
	converting to assembly

+ gr-utils
	Various lo-res graphics conversion routines

+ hgr-utils
	Various hi-res graphics conversion routines