diff --git a/examples/2/out1.png b/examples/2/out1.png new file mode 100644 index 0000000..0093bbd Binary files /dev/null and b/examples/2/out1.png differ diff --git a/examples/2/out10.png b/examples/2/out10.png new file mode 100644 index 0000000..8fc6888 Binary files /dev/null and b/examples/2/out10.png differ diff --git a/examples/2/out11.png b/examples/2/out11.png new file mode 100644 index 0000000..5a4a7cc Binary files /dev/null and b/examples/2/out11.png differ diff --git a/examples/2/out12.png b/examples/2/out12.png new file mode 100644 index 0000000..b7d38f4 Binary files /dev/null and b/examples/2/out12.png differ diff --git a/examples/2/out13.png b/examples/2/out13.png new file mode 100644 index 0000000..1ac4bf0 Binary files /dev/null and b/examples/2/out13.png differ diff --git a/examples/2/out14.png b/examples/2/out14.png new file mode 100644 index 0000000..d2d46ac Binary files /dev/null and b/examples/2/out14.png differ diff --git a/examples/2/out15.png b/examples/2/out15.png new file mode 100644 index 0000000..1fe2af2 Binary files /dev/null and b/examples/2/out15.png differ diff --git a/examples/2/out16.png b/examples/2/out16.png new file mode 100644 index 0000000..547c24c Binary files /dev/null and b/examples/2/out16.png differ diff --git a/examples/2/out17.png b/examples/2/out17.png new file mode 100644 index 0000000..4900539 Binary files /dev/null and b/examples/2/out17.png differ diff --git a/examples/2/out2.png b/examples/2/out2.png new file mode 100644 index 0000000..54e3c4d Binary files /dev/null and b/examples/2/out2.png differ diff --git a/examples/2/out3.png b/examples/2/out3.png new file mode 100644 index 0000000..fa8e5b1 Binary files /dev/null and b/examples/2/out3.png differ diff --git a/examples/2/out4.png b/examples/2/out4.png new file mode 100644 index 0000000..f807b92 Binary files /dev/null and b/examples/2/out4.png differ diff --git a/examples/2/out5.png b/examples/2/out5.png new file mode 100644 index 0000000..62215a6 Binary files /dev/null and b/examples/2/out5.png differ diff --git a/examples/2/out6.png b/examples/2/out6.png new file mode 100644 index 0000000..269d7df Binary files /dev/null and b/examples/2/out6.png differ diff --git a/examples/2/out7.png b/examples/2/out7.png new file mode 100644 index 0000000..c4a29aa Binary files /dev/null and b/examples/2/out7.png differ diff --git a/examples/2/out8.png b/examples/2/out8.png new file mode 100644 index 0000000..c06f517 Binary files /dev/null and b/examples/2/out8.png differ diff --git a/examples/2/out9.png b/examples/2/out9.png new file mode 100644 index 0000000..05c71d5 Binary files /dev/null and b/examples/2/out9.png differ diff --git a/shinu.lisp b/shinu.lisp index df2e27e..8d8b986 100755 --- a/shinu.lisp +++ b/shinu.lisp @@ -20,8 +20,8 @@ (active (rand-rgba 0.6)) (sand (sandpaint* *size* :active active :bg bg))) (loop for i in (linspace 100 900 repeat) - for j from 1 to repeat do - (format t "~a/~a (~a)~%" j repeat (/ j repeat)) + for j from (- repeat 5) to repeat do + (format t "~a/~a (~a)~%" j repeat (* 1.0 (/ j repeat))) (let ((snk (snek*)) (va (list 0 0)) (vb (list 0 0))