diff --git a/JoeyLib-Concepts.md b/JoeyLib-Concepts.md new file mode 100644 index 0000000..ba8268a --- /dev/null +++ b/JoeyLib-Concepts.md @@ -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