added more examples

This commit is contained in:
2017-03-18 14:46:37 +01:00
parent a5cb28f2e4
commit 41c52e75a2
18 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

+2 -2
View File
@@ -20,8 +20,8 @@
(active (rand-rgba 0.6)) (active (rand-rgba 0.6))
(sand (sandpaint* *size* :active active :bg bg))) (sand (sandpaint* *size* :active active :bg bg)))
(loop for i in (linspace 100 900 repeat) (loop for i in (linspace 100 900 repeat)
for j from 1 to repeat do for j from (- repeat 5) to repeat do
(format t "~a/~a (~a)~%" j repeat (/ j repeat)) (format t "~a/~a (~a)~%" j repeat (* 1.0 (/ j repeat)))
(let ((snk (snek*)) (let ((snk (snek*))
(va (list 0 0)) (va (list 0 0))
(vb (list 0 0)) (vb (list 0 0))