aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.org
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-06 10:48:03 -0500
committerColin Okay <colin@cicadas.surf>2022-07-06 10:48:03 -0500
commit581f46a901be48a8f4c56563577184ba1660bfae (patch)
tree24241816825f072e65557bdb724d29c5f828c7dd /README.org
parent76fa9bbd852fdb2d47c8cf3d539da805bd2f9b53 (diff)
[doc] [readme] outlining
Diffstat (limited to 'README.org')
-rw-r--r--README.org24
1 files changed, 21 insertions, 3 deletions
diff --git a/README.org b/README.org
index 51cb1a2..e55d9d1 100644
--- a/README.org
+++ b/README.org
@@ -45,6 +45,12 @@ Then load one of the example files and call its "start" function:
*** The Application
+ The best introduction is to look at and play with the examples.
+ What follows is a cursory explanation of how pieces are meant to
+ fit together.
+
+**** Your Application
+
**** The Boot Method
**** The Shutdown Method
@@ -57,18 +63,30 @@ Then load one of the example files and call its "start" function:
**** Sprites
+**** Containers
+
*** Events & Event Handling
**** User Input Events vs Psuedo-Events
**** Event Handler Macros
-**** Mouse Events
-
-**** Key Events
+**** Focus Events
**** Perframe Events
**** Display Tree Events
+**** Mouse Events
+
+**** Key Events
+
*** Extending Wheelwork
+
+**** The Display Tree Protocol
+
+**** The Asset Protocol
+
+**** The Affine Protocol
+
+