aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 0efd745d02f96b77afcbb508a94282a281d2cc9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BlankHex Library

Library with a bunch of stuff.

Currently implemented:
- I/O device abstraction
- File access (Windows and POSIX)
- Data structures (hashmap, queue)
- Algorithms (swap, sort, partition, heap)
- Geometry math (2D/3D/4D vectors, matrices, quaternions)
- Unit tests