aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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
+
+