chessai / eigen

Haskell bindings to the Eigen C++ library
Other
16 stars 6 forks source link

[Ported Issue] Geometry wrappers are not written #3

Open chessai opened 6 years ago

chessai commented 6 years ago

Hey Oleg, I've been following the eigen utorial and it looks like some functions, available in C++, such as AngleAxis(angle,axis); are not available in haskell-eigen. Are you, perhaps, planning to support more functions at some point or could you give some directions on how I could achieve that? Or, mayby, I misunderstand how to use the library and access such functions, in which case - could you provide some info on that? Regards, Vlad

by @madjestic

chessai commented 5 years ago

I am probably not going to do this. If someone wants to prepare a PR, that would be most welcome.

madjestic commented 5 years ago

hey, chessai I would like to get to it, but I do not know exactly how to start. Could you do a bullet-point description of steps that a necessary to take to achieve that? Or a reference to an example/tutorial close to what is necessary.

I really would like to get into FFI and get to know how to write haskell wrappers for C++ functions, but I need some guidance.

Any hints?

Thanks!