aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.org
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-02 06:31:36 -0500
committerColin Okay <colin@cicadas.surf>2022-07-02 06:31:36 -0500
commit04050cf509025ffafb50e13eb82270a471303d2d (patch)
tree433c55d96ea138775948fccc19d773b408949ba7 /README.org
parentfbe9750ed78f9c331c083b9825f0e82213f7b5be (diff)
[modify] readme to mention the examples asdf system
Diffstat (limited to 'README.org')
-rw-r--r--README.org11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.org b/README.org
index 3bea9ee..75c6ff7 100644
--- a/README.org
+++ b/README.org
@@ -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.