タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

boidsに関するkzfmのブックマーク (2)

  • Boids Test Built with Processing | 空即是色 | null-null.net

    トップページ > 空即是色 > 2007年の記事 > Boids Test Built with Processing 空即是色 Boids Test Built with Processing 2007年 11月18日 « Particle Test Built with Processing空即是色Topソーシャルイノベーションデザイン—日立デザインの挑戦 » 随分前に描いたスケッチなのだが(前回のParticleよりも前)、公開。 Boid(ボイド)とは、魚や鳥の群雄運動を表現する為のアルゴリズムで、3つのルールからなる(詳しくはこちらを参照)。 シンプルな考え方なのに、それなりにらしく見えるのは、このアルゴリズムの秀逸なところだと思う。 また、3つのルールに加え4つ目、5つ目とルールを加えていくことで、発展させることができるのも面白い。 プログラミングするにあたり、以下を参考にした

  • Boids Pseudocode

    This is an explanation of the boids algorithm explained with the use of pseudocode. It is mostly the standard algorithm as described by Reynolds [1], with a few of my own tweaks thrown in. It should be enough to get you started with programming your own boids simulation and making up your own extra routines. If you have any queries regarding this or have difficulty understanding any parts of the e

    kzfm
    kzfm 2008/09/07
  • 1