Skip to content

emilio-molina/ecosystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Individual-based ecosystem simulation

Resources

Stars

Watchers

Forks

Packages

No packages published