Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Boids Script

 [1/4] from: nathan:silenus:freeserve at: 16-May-2001 19:08


I've uploaded a /View script that simulates Craig Reynolds' Boids to: http://www.silenus.freeserve.co.uk/boids.r It's also accessible through the /View desktop in eSoup. Thanks, nathan

 [2/4] from: gjones05:mail:orion at: 16-May-2001 14:30


From: "Nathan Brown"
> I've uploaded a /View script that simulates Craig Reynolds' Boids to: > > http://www.silenus.freeserve.co.uk/boids.r > > It's also accessible through the /View desktop in eSoup.
That is slick looking. Good job. --Scott Jones

 [3/4] from: agem:crosswinds at: 17-May-2001 0:20


Looks cool :) But the rebol way of background-processing (from clock-demo) world: box world-pair black rate 1000 feel [engage: func [face act evt] [update-flock boids]] change number of boids while running :) Volker
>>>>>>>>>>>>>>>>>> Ursprüngliche Nachricht <<<<<<<<<<<<<<<<<<
Am 16.05.01, 19:08:39, schrieb "Nathan Brown" <[nathan--silenus--freeserve--co--uk]> zum Thema [REBOL] Boids Script:

 [4/4] from: nathan::silenus::freeserve::co::uk at: 17-May-2001 0:40


Volker, Excellent! Duly noted and adjusted. nathan ----- Original Message ----- From: "Volker Nitsch" <[agem--crosswinds--net]> To: <[rebol-list--rebol--com]> Sent: Thursday, May 17, 2001 1:20 AM Subject: [REBOL] Re: Boids Script Looks cool :) But the rebol way of background-processing (from clock-demo) world: box world-pair black rate 1000 feel [engage: func [face act evt] [update-flock boids]] change number of boids while running :) Volker
>>>>>>>>>>>>>>>>>> Ursprüngliche Nachricht <<<<<<<<<<<<<<<<<<
Am 16.05.01, 19:08:39, schrieb "Nathan Brown" <[nathan--silenus--freeserve--co--uk]> zum Thema [REBOL] Boids Script: