Introduction
The world has an amount of energy that the user may use to create Actors and components while Actors may also create other Actors from their own energy.
The code is structured in several layers:
- april-core simply defines the library and the objects
- april-gui builds on the concepts in april-core, giving a visual interpretation to the concepts
- AprilDream is a GUI program that uses april-gui objects to display a World in evolution.
The code base also contains a test suite based on Google test and a set of ever-growing commented examples.
Getting the package
The binary packages are available at sourceforge. The project uses Git as version control system. To clone the repository use:
git clone git://git.code.sf.net/p/aprilproject/code aprilproject-code
The doxygen generated documentation is also available online.
Licence
The project is distributed under the 3-clause BSD license ("Revised BSD License", "New BSD License", or "Modified BSD License") [1]. Read about it in the COPYING file.
Instalation
To build and install the library follow the instructions in INSTALL file.