manyoo / ghcjs-three

GHCJS binding for three.js
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Quaternions #1

Closed eamsden closed 7 years ago

eamsden commented 7 years ago

This PR adds support for three.js quaternions to ghcjs-three.

All of these are in 9cdec22, which could be rebased onto master.

Two other commits contain changes I had to make to get ghcjs-three building, since the stack.yaml in the master branch specifies the compiler but no installation information.

manyoo commented 7 years ago

Hi @eamsden, I'm sorry I didn't notice this wonderful PR until today. I created this package for my internal using and it's quite incomplete and only designed with my own need in mind. I never expected it's used by others and even get contributions until I saw your PR. It's very encouraging. Thanks!

eamsden commented 7 years ago

Hi @manyoo I hope you will put this package out there for others to use. The API design is very good and it was quite helpful to me in my project. Glad I could help out in return a bit!