summaryrefslogtreecommitdiffstats
path: root/content/projects/vav.md
blob: 786c6cd562b814ffb2160447e6be665a7075b3a9 (plain)
1
2
3
4
5
6
$name VAV
$source https://github.com/EliteTK/vav/

VAV is a C library which aims to provide neat looking vectors in C. These might
not be entirely practical since they cause quite an overhead in the creation and
calculations using vectors, but the code can be a source of interesting ideas.