File: Bunk.es

package info (click to toggle)
structure-synth 1.0.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,072 kB
  • ctags: 1,176
  • sloc: cpp: 7,070; python: 167; makefile: 66; lisp: 25
file content (37 lines) | stat: -rw-r--r-- 359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
set maxobjects 10000
t
set colorpool list:orange,white,blue,white
set background white
// 24,41,62
rule t {
{ rx 45  s 10 10  0.1 color random } box
{ x 12 } t

}


rule t {

{ rx 10 } t
{ ry 10 } t

}

rule t {
set seed initial
{ rz 90 x 1} t

}

rule t {

{ rx  9 z 1 } t

}

rule t {

{ ry 2 z 0.1  } t
{ rz 2 y 1 } t

}