system libraries common to several applications following the CPDE model
CPDE - Cross Platform Development Environment is a set of conventions and tools for building C++ software libraries and applications. The build system is based on Code::Blocks
The follwing libraries are included
| Library name | Description |
|---|---|
| cf_syslib | CPDE System library with commonly used classes/functions |
| cf_yaml | CPDE yml library based on https://github.com/jbeder/yaml-cpp |
| cf_serial | CPDE basic serial communication library |
| op_lite | A portable, lightweight object persistence library for C++ |
| ce_angelscript | CPDE adaption of https://www.angelcode.com/angelscript/ |
| ce_angelscript_ex | CPDE extension library to Angelscript |