bubble-chamber: minor tidying
parent
5219ba99f3
commit
0884a3f162
|
@ -1,34 +1,18 @@
|
||||||
|
|
||||||
USING: accessors arrays calendar
|
USING: kernel syntax accessors sequences
|
||||||
combinators.cleave combinators.short-circuit
|
arrays calendar
|
||||||
kernel locals math math.constants math.functions math.libm
|
combinators.cleave combinators.short-circuit
|
||||||
math.order math.points math.vectors
|
locals math math.constants math.functions math.libm
|
||||||
namespaces
|
math.order math.points math.vectors
|
||||||
random sequences threads ui ui.gadgets ui.gestures ;
|
namespaces random sequences threads ui ui.gadgets ui.gestures
|
||||||
|
|
||||||
USING:
|
|
||||||
|
|
||||||
kernel
|
|
||||||
|
|
||||||
syntax
|
|
||||||
|
|
||||||
sequences
|
|
||||||
|
|
||||||
math.ranges
|
math.ranges
|
||||||
|
|
||||||
colors
|
colors
|
||||||
colors.gray
|
colors.gray
|
||||||
|
|
||||||
vars
|
vars
|
||||||
|
|
||||||
multi-methods
|
multi-methods
|
||||||
multi-method-syntax
|
multi-method-syntax
|
||||||
|
|
||||||
processing.shapes
|
processing.shapes
|
||||||
|
frame-buffer ;
|
||||||
frame-buffer
|
|
||||||
|
|
||||||
;
|
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue