Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1011 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 1011 Bytes

ecosystem v0.4_dev

Individual-based ecosystem simulation.

authors: Juan Luis Salas & Emilio Molina

  • Ecosystem core, in folder src/cpp (the only dependency is boost):
  • Django web-app to control the core: experiments running, visualization, etc.

How to compile a command-line version of ecosystem?

The only dependency used is boost (http://www.boost.org/). In Mac OSx it can be installed with brew: brew install boost.

You can generate a Xcode project with cmake:

$ mkdir build
$ cd build
$ cmake -G Xcode ..  # in linux $ cmake ..; make

It will create a Xcode project. Binaries will be placed in ./bin directory.

How to create a video with the images generated

ffmpeg -y -i bk_%08d.tga -c:v huffyuv test.avi