13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
|
|
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
|
||
|
|
|