Gamedev Support Modules

This repository provides open-source math modules for c#.

Matrix Provides a clean 2D Matrix OOP system that support matrices of any object. This class provides the ability to extract ranges from a matrix and overrides a variety of unary and binary operations with both scalars and other matrices.

PathFinding Provides some pathfinding algorithms that utilise the Mat2D objects.