Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turkeymcmac/intergrid
Ecological simulation screensaver
https://github.com/turkeymcmac/intergrid
ecology screensaver simulation
Last synced: about 2 months ago
JSON representation
Ecological simulation screensaver
- Host: GitHub
- URL: https://github.com/turkeymcmac/intergrid
- Owner: TurkeyMcMac
- License: mit
- Created: 2020-01-10T01:48:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T13:27:07.000Z (almost 5 years ago)
- Last Synced: 2024-01-29T17:59:06.310Z (12 months ago)
- Topics: ecology, screensaver, simulation
- Language: C++
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intergrid
Intergrid is an ecological simulation screensaver. It simulates a bunch of
different quantities in different grids interacting. These quantities include
temperature, water, plants, and herbivores. I'm no biologist, but I figure
emergent phenomena arise out of many simple systems (the different grids)
interacting in convoluted ways. That is the philosophy behind this project.## Installation
The dependencies of Intergrid are a C++98 compiler and standard library and the
SDL2 library. To compile, run this:```
make
```This will create an executable file `intergrid`. Run it like this:
```
./intergrid
```You can get more detailed help by running this:
```
./intergrid -help
```## Configuration
Intergrid has many different parameters to control the simulation. These are
documented in the file `conf`. To load a configuration file like `conf`, use the
`-conf` option for `./intergrid`.