first commit

This commit is contained in:
treeform 2018-08-10 08:05:43 -07:00
commit 6eabdc708c
2 changed files with 1425 additions and 0 deletions

1414
src/vmath.nim Normal file

File diff suppressed because it is too large Load diff

11
vmath.nimble Normal file
View file

@ -0,0 +1,11 @@
# Package
version = "0.1.0"
author = "treeform"
description = "Math vector library for graphical things."
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 0.18.1"