Howto for automata and boids
parent
72775898e3
commit
fc0b10c9a8
|
@ -1,5 +1,10 @@
|
|||
! Ed Cavazos - wayo.cavazos@gmail.com
|
||||
|
||||
! Load, compile and then save your image:
|
||||
! "load.factor" run-file save
|
||||
! To run the program:
|
||||
! USE: automata setup-window random-gallery
|
||||
|
||||
USING: parser kernel hashtables namespaces sequences lists math io
|
||||
math-contrib threads strings arrays prettyprint xlib x ;
|
||||
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
! Eduardo Cavazos - wayo.cavazos@gmail.com
|
||||
|
||||
! Load, compile and then save your image:
|
||||
! "load.factor" run-file save
|
||||
! To run the program:
|
||||
! USE: boids setup-window run-boids
|
||||
|
||||
USING: namespaces math kernel sequences arrays xlib x ; IN: boids
|
||||
|
||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
|
Loading…
Reference in New Issue