Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dridk/estel
simulator of life evolution
https://github.com/dridk/estel
Last synced: 19 days ago
JSON representation
simulator of life evolution
- Host: GitHub
- URL: https://github.com/dridk/estel
- Owner: dridk
- Created: 2012-08-06T22:08:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-31T16:06:58.000Z (over 11 years ago)
- Last Synced: 2024-04-14T05:56:44.194Z (8 months ago)
- Language: C++
- Size: 13.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Estel
Estel is a life simulator like the Conway's game of life, but improved by adding genes and programmable Life.
You can create different kind of lifes and add genes in them, defined by value, mutation probability and variation. Then
by creating a javascript code for each life, you can determine the behavior of life according gene's value.
This software is made with in C++/Qt4 using GPL3 licence.## Compile the code
it's particulary easy to compile estel. Get the code source from github, and open the "estel.pro" file with
qtcreator. You can also directly compile estel from console by typing :1. qmake estel.pro
2. make
3. ./estel## How to contribute
### Become a developper
If you are a Qt developers, you are welcome to join us. YOu can also fork Estel and submit a patch thanks to github.### Submit issue
You are not a coder, but you have ideas, founds bugs ask for improving ? Then, please add issues from the github issue
page.