Setup - Shivix/MatLib GitHub Wiki

MatLib is designed with usability in mind and is a header-only library.

First clone the repository with "git clone https://github.com/Shivix/MatLib"

Now you simply need to add the "MatLib" folder to your project directory and type into your source code:

#include "MatLib/matrix.hpp"

NOTE: C++17 or above is required for this library