From 6870133ffcd95367933bd21be1a76a12724d2a33 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Wed, 9 Oct 2019 18:38:20 -0500 Subject: [PATCH] Create JoeyLib Concepts --- JoeyLib-Concepts.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 JoeyLib-Concepts.md 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