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

BIN
examples/2/out1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
examples/2/out10.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

BIN
examples/2/out11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

BIN
examples/2/out12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
examples/2/out13.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

BIN
examples/2/out14.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
examples/2/out15.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

BIN
examples/2/out16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

BIN
examples/2/out17.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

BIN
examples/2/out2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
examples/2/out3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
examples/2/out4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
examples/2/out5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
examples/2/out6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
examples/2/out7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
examples/2/out8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
examples/2/out9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

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))