added more examples
BIN
examples/2/out1.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
examples/2/out10.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
examples/2/out11.png
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
examples/2/out12.png
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
examples/2/out13.png
Normal file
After Width: | Height: | Size: 158 KiB |
BIN
examples/2/out14.png
Normal file
After Width: | Height: | Size: 132 KiB |
BIN
examples/2/out15.png
Normal file
After Width: | Height: | Size: 127 KiB |
BIN
examples/2/out16.png
Normal file
After Width: | Height: | Size: 131 KiB |
BIN
examples/2/out17.png
Normal file
After Width: | Height: | Size: 130 KiB |
BIN
examples/2/out2.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
examples/2/out3.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
examples/2/out4.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
examples/2/out5.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
examples/2/out6.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
examples/2/out7.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
examples/2/out8.png
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
examples/2/out9.png
Normal file
After Width: | Height: | Size: 57 KiB |
@@ -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))
|
||||
|