summaryrefslogtreecommitdiffstats
path: root/content/projects/vav.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/projects/vav.md')
-rw-r--r--content/projects/vav.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/projects/vav.md b/content/projects/vav.md
new file mode 100644
index 0000000..786c6cd
--- /dev/null
+++ b/content/projects/vav.md
@@ -0,0 +1,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.