Create JoeyLib Concepts

Scott Duensing 2019-10-09 18:38:20 -05:00
parent abb397525b
commit 6870133ffc

9
JoeyLib-Concepts.md Normal file

@ -0,0 +1,9 @@
# Platform
**JoeyLib** is a common, consistent, and easily understood target for writing cross-platform 16 bit games and applications. While **JoeyLib** does not expose all the features of each individual platform, it provides enough of a subset to allow the creation of high-quality and easily understood software. Throughout development, the Apple IIgs has been the primary target for **JoeyLib** based applications for a number of reasons: Mainly, it is the slowest of all the target systems. The IIgs also has no concept of "coppers", sprites, or hardware blitting. **JoeyLib** fills in these gaps with it's own unique graphics and system features.
# Graphics
# Audio
# Input