diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-02 06:31:36 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-02 06:31:36 -0500 |
commit | 04050cf509025ffafb50e13eb82270a471303d2d (patch) | |
tree | 433c55d96ea138775948fccc19d773b408949ba7 /README.org | |
parent | fbe9750ed78f9c331c083b9825f0e82213f7b5be (diff) |
[modify] readme to mention the examples asdf system
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -14,8 +14,6 @@ Ensure that sdl2 is installed on your system. #+begin_src shell mkdir ~/wheelwork-playground cd ~/wheelwork-playground - git clone https://cicadas.surf/cgit/colin/hyperquirks.git/ hyperquirks - git clone https://cicadas.surf/cgit/colin/lambda-riffs.git/ lambda-riffs git clone https://cicadas.surf/cgit/colin/wheelwork.git wheelwork #+end_src @@ -31,14 +29,15 @@ You'll want to let quickisp know about the =wheelwork-playground= directory #+end_src + +*** Try the examples + Then load one of the example files and call its "start" function: #+begin_src lisp -(load "~/wheelwork-playground/examples/02-moving-bitmap.lisp") -(ww.examples/2:start) +(ql:quickload :wheelwork-examples) +(ww.examples/6:start) #+end_src -For example two, try clicking around, rolling your mouse wheel, -pushign arrow keys. See the file for more about controls. |