Jason Andersen c0a635efca
Merge pull request #2 from digarok/macos-native-support
Macos native support and build system
2025-02-22 15:18:46 -05:00
2025-02-22 11:54:18 -06:00
2020-07-18 12:19:51 -04:00
2025-02-22 11:54:18 -06:00
2025-02-22 11:54:18 -06:00

gsla

Apple IIgs animation tool, alternative to Paintworks/$C2 animation format

This is a C++ command line tool, that will convert a C2/Paintworks Animation file into the more efficient GS Lzb Animation file format.

See https://github.com/dwsJason/gslaplay, for a GSOS Sample Application that can play these animations

Mac Build instructions

Requires xcode (g++/clang++).

Debug build (default):

make

Release build:

make CONFIG=Release

Clean build artifacts:

make clean
Description
Apple IIgs animation tool, alternative to Paintworks/$C2 animation format
Readme MIT 87 KiB
Languages
C++ 96.4%
C 2.1%
Makefile 1.5%