Where can I find some open source implementations of the Boids algorithm, for the iOs? [closed]

StackOverflow https://stackoverflow.com/questions/4262720

  •  27-09-2019
  •  | 
  •  

Question

The question says it all: I'm looking for working, open source, implementations of algorithms (or derivatives there of) initially described in the Boids paper.

Was it helpful?

Solution

It looks like most of the code out there was written before "Open Source" really meant anything. I asked Mr Google:

You're unlikely to find anything specifically "for the iOS" (or even written in Objective-C), but C and C++ versions should be easy to port. .NET versions should be easy enough to run using MonoTouch.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top