Home

Awesome

libvalinet

A header-only collection of generic implementations shared between multiple projects.

To use in your project, simply include any of the header files. Methods beginning with "Vn" are meant to be called (are "public"), while methods internal to a certain header file are prefixed with "libvalinet_".

Headers that compile only with C++ have an ".hpp" extension. ".h" files compile with both C, and C++ compilers.

The following header files are currently available:

Items marked with [WIP] are subject to having their "public" methods (structure) changed (names, parameters etc). Other items are subject to having new methods added or critical fixes implemented to existing methods.