First Nim package: Euler angle command line utility. Feedback appreciated!

2020-11-07 Thread kamek
Thanks for the suggestion, that package looks good. To be honest, I wanted to stick to the core language and the standard library. Just want to get experience with what's available out of the box before exploring other packages.

First Nim package: Euler angle command line utility. Feedback appreciated!

2020-11-04 Thread kamek
I recently got interested in Nim and have been reading the manual. Anxious to get my hands dirty, I decided to re-implement one of my C++ projects in Nim. It is a simple command line utility that converts Euler angles to rotation matrices and unit quaternions. Project is here:

Where to request code review?

2020-11-03 Thread kamek
I've just started learning nim in my spare time and have just finished writing my first package. Because I'm learning in a bit of a bubble (I know no one personally that knows nim), I'm looking for feedback online. Where is the best place to ask for that feedback? Is it here? Or perhaps on the c