diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-06 10:48:03 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-06 10:48:03 -0500 |
commit | 581f46a901be48a8f4c56563577184ba1660bfae (patch) | |
tree | 24241816825f072e65557bdb724d29c5f828c7dd /README.org | |
parent | 76fa9bbd852fdb2d47c8cf3d539da805bd2f9b53 (diff) |
[doc] [readme] outlining
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -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 + + |