View on GitHub

April

The April project defines a set of C++ objects (World, Actor, Sensor, Reflex, Brain, Actuator, Event) that help simulate various environments.

Download this project as a .zip file Download this project as a tar.gz file

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:

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.