Boids (an artificial life program) —shoal simulator written in TypeScript— | Sho's Software
- Japanese Document: [TypeScript][WebGL][Three.js] Boids (an artificial life program) —shoal simulator written in TypeScript— | プログラミング C# - 翔ソフトウェア (Shos)
Boids is an artificial life simulation originally developed by Craig Reynolds. Boids simulates the three behaviors of each individual animal in a group:
- Separation: steer to avoid crowding
- Alignment: steer towards the average heading of the group
- Cohesion: steer to move toward the average position of the group
See also:
You can try at:
- Boids (an artificial life program) —shoal simulator written in TypeScript— | Sho's Software
- Boids (an artificial life program) 3D —shoal simulator written in TypeScript with Three.js — | Sho's Software
- Boids (an artificial life program) 3D (Cross-eyed Free-viewing Stereoscopy) —shoal simulator written in TypeScript with Three.js — | Sho's Software
Fujio Kojima: a software developer in Japan
- Microsoft MVP for Development Tools - Visual C# (Jul. 2005 - Dec. 2014)
- Microsoft MVP for .NET (Jan. 2015 - Oct. 2015)
- Microsoft MVP for Visual Studio and Development Technologies (Nov. 2015 - Jun. 2018)
- Microsoft MVP for Developer Technologies (Nov. 2018 - Jun. 2020)
- MVP Profile
- Blog (Japanese)
- Web Site (Japanese)
This is under the MIT License.