Home > fsm

fsm

Fsm is a project mainly written in C++ and PYTHON, based on the MIT license.

FsMath - a maths library for computer graphics

FsMath Library

A free, open-source maths library designed for computer graphics and other stuff.

Building

Using Scons/Python (cross-platfrom)

$ scons

or

$ python scons-local/scons.py

To also run the unit tests, add --test to the command line.

Documentation

The documentation can be built using Doxygen.

$ doxygen

License

Fsm uses the MIT license, see the LICENSE file for details.