baines / altlib

Additions / alternative components to C++ STL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Various alternatives / additions to C++ STL.

Current contents:

Name Description STL equivalent
StrMut Mutable string class std::string
StrRef Immutable string class std::experimental::string_view
Array Just an array... std::array
vecN Simple vector types (not STL) glm::vecN
matN Square matrix types (not STL) glm::matN

About

Additions / alternative components to C++ STL

License:MIT License


Languages

Language:C++ 98.1%Language:Makefile 1.7%Language:C 0.2%