9 lines
180 B
Factor
9 lines
180 B
Factor
|
|
REQUIRES: libs/shuffle libs/matrices libs/alien
|
||
|
|
libs/http-client libs/canvas ;
|
||
|
|
|
||
|
|
PROVIDE: demos/bunny { +files+ { "bunny.factor" } } ;
|
||
|
|
|
||
|
|
USE: bunny
|
||
|
|
|
||
|
|
MAIN: demos/bunny bunny-window ;
|