From 04050cf509025ffafb50e13eb82270a471303d2d Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 2 Jul 2022 06:31:36 -0500 Subject: [modify] readme to mention the examples asdf system --- README.org | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'README.org') 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. -- cgit v1.2.3