项目作者: connor-brooks

项目描述 :
A minimal Boids implementation written in C. Watch 100s of tiny Boids flock around the screen
高级语言: C
项目地址: git://github.com/connor-brooks/microboids.git
创建时间: 2019-02-06T04:37:16Z
项目社区:https://github.com/connor-brooks/microboids

开源协议:

下载


microboids

A work in progress

An implementation of Chris Reynolds flocking behaviour simulator written in C. The objective of this rendition is to simulate as many small Boids as possible.

Requirements

  • gcc
  • make
  • ligbglfw3

    Instructions

  • Run ‘make’
  • Run ./boids

    Screenshot

    A screenshot of the program running