Skip to content

oopos/tinyflock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you cloned the the git repostory, 
generate the configure script by running

	autoreconf -i

Run the configure script, and to build, run

	make

To install, as root run

	make install

To clean all the intermediate build files, run

	make clean


To see what arguments the application will accept, run

	./flock --help

The demo is interactive using the mouse (left button to attract boids,
right to make them flee), as well as command line arguments, which are 
documented and viewable by running the program with the "-h" flag.

About

A simple, high-performance, threaded, and interactive flocking demo written in C with SDL.

Resources

Stars

Watchers

Forks

Packages

No packages published