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
  •  | 
  •  

문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top