Utility to generate 65816 compiled sprites using informed search methods
Go to file
2016-12-04 23:14:51 -06:00
SpriteCompiler Fix bugs in heuristic function and code sequences 2016-12-04 23:14:51 -06:00
SpriteCompiler.Test Fix bugs in heuristic function and code sequences 2016-12-04 23:14:51 -06:00
.gitattributes Added initial set of generic AI search files 2016-11-25 00:05:29 -06:00
.gitignore Added initial set of generic AI search files 2016-11-25 00:05:29 -06:00
README.md Added initial set of generic AI search files 2016-11-25 00:05:29 -06:00
SpriteCompiler.sln Minimal test to ensure that the simplest case is working 2016-11-26 23:41:51 -06:00

Synopsis

A sprite compiler that targets 16-bit 65816 assembly code on the Apple IIgs computer. The sprite compiler uses informed search techniques to generate optimal code for whole-sprite rendering.

Code Example

Motivation

Installation

API Reference

Tests

Contributors

License

MIT License