/MwUtil

Utility library, offering mostly templatized classes

Primary LanguageC++GNU General Public License v3.0GPL-3.0

MwUtil

My utility library, offering mostly templatized classes.

This library is composed of inline and template classes, so it does not have to be compiled to be used.

MwUtil requires boost (http://www.boost.org/) to work. If you want to compile the MwUtil's test program, you will have to compile boost's unit test framework.

Lua Module

ON HOLD

Provide object oriented wrapper classes to Lua.

Math Module

Useful math functions and classes.

  • Complex numbers
  • Rational numbers
  • Vectors
  • Planes
  • Interpolation functions

Tween Module

PLANNED

Provide simple classes and interfaces to use tweening