Re: Geometry Library

2019-02-22 Thread r3c
Im looking forward to replace glm with vmath, because its oure and more portable.

Re: Geometry Library

2019-02-21 Thread dom96
@treeform's looks much better but I also have this: [https://github.com/dom96/gamelight/blob/master/gamelight/vec.nim](https://github.com/dom96/gamelight/blob/master/gamelight/vec.nim)

Re: Geometry Library

2019-02-21 Thread treeform
I am working on one here: [https://github.com/treeform/vmath](https://github.com/treeform/vmath) its pretty simple one file, with no macros or templates.

Geometry Library

2019-02-19 Thread def_pri_pub
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.