Skip to main content

Java Scala bindings for OpenCL using JNA + JNAerator released

A new project on Google code offers up Java/Scala bindings for OpenCL. OpenCL4Java is a library that provides three levels of Java bindings for OpenCL: C-style wrappings auto-JNAerated by JNAerator; Thin Object-Oriented wrappings that hide away the complexity of the C-style wrappings; ScalaCL, which is a kind of “parallel expressions for dummies” in Scala. A thread on the OpenCL message boards is available for feedback.