Mirror of
forum.nim-lang.org
index
4668 :: Geometry Library
[2019-02-20T05:32:09+01:00]
View Orginal
def_pri_pub
(orginal)
[2019-02-20T05:32:09+01:00]
view original
I know there are packages out there such as
glm
(which I'm already using). But are there any good
pure Nim
packages/libraries for doing geometric computations? I'm looking to target JS.
treeform
(orginal)
[2019-02-21T23:47:38+01:00]
view original
I am working on one here:
https://github.com/treeform/vmath
its pretty simple one file, with no macros or templates.
dom96
(orginal)
[2019-02-22T01:27:58+01:00]
view original
@treeform
's looks much better but I also have this:
https://github.com/dom96/gamelight/blob/master/gamelight/vec.nim
r3c
(orginal)
[2019-02-23T00:43:34+01:00]
view original
Im looking forward to replace glm with vmath, because its oure and more portable.