A branch of the Cxbx source code.
This fork builds upon the SVN Cxbx in that it attempts to use modern software development practices:
- greater reliability through code robustness and automated testing.
- easier maintenance through code cleanliness.
- easier to develop new features.
- easier to re-use code though code de-coupling and modularisation.
Further details to be specified in time.
For now the code itself, 'doc/' folder and self-generated Doxygen documentation are the best resources.
TravisCI is used to run automatic builds of a limited subset of functionality.