DEV Community

GBLMX
GBLMX

Posted on

UniMat 2.0 – Universal Matrix Framework in Pure C99

UniMat 2.0 is a lightweight, cross-platform, zero-dependency, industrial-grade universal matrix framework written in pure C99.
It unifies:
Adjacency & incidence matrix
Block matrix & 3D hierarchical submatrix
Graph traversal (DFS, BFS)
Linked list, tree, cycle, grid, complete graph
File system hierarchy & cross-platform path support
Safe memory management & clear error handling
Embedded-friendly & easy to integrate
Designed for academic research, engine development, and system-level programming.
GitHub:
https://github.com/GBLMX/UniMat

Top comments (0)