What do you think? Any other ideas?
In case of using a concurrent/scalable system, I would like to use Akka/Scala.
My questions are:
I am asking this, because probably I need to use openCV library for making some image processing and this library is native in C++. I know that there are some Java wrappers (JavaCV), but I think it is faster to use directly the native library. Also probably I have to use many other libraries written in C/C++ (e.g. openGL) or openCL or CUDA, etc.
My idea is to build the concurrent and scalable structure of the system by using Akka/Scala and then implement some specific parts (actors?) by using specific languages more suitable for the specific tasks.
Any suggestions/advices?
Best regards,
giovanni
I use nativelibs4java on github for this kind of thing, runs native code and supports Scala
To view this discussion on the web visit https://groups.google.com/d/msg/akka-user/-/5Ja9sour3rgJ.
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.