This repository (used to) host / incubated source code for the following (related) projects :
-
JNAerator parses C, C++ and Objective-C headers and generates Java bindings for use with BridJ, JNA or Rococoa
-
BridJ is a runtime library that lets Java developers use C/C++ with dynamic bindings (no need to compile any native bindings)
-
JavaCL provides OpenCL bindings + a high-level object-oriented API that hides away much of the complexity of GPGPU + useful utilities
-
ScalaCL provides GPGPU-powered collections for Scala, with map/filter operations running straight on the GPU (converts Scala code to OpenCL).
ScalaCL moved to its own repository: ochafik/ScalaCL.
-
Scalaxy plugs into the Scala compiler to optimize Scala code (in particular, makes for loops much faster)
Scalaxy moved to its own repository: ochafik/Scalaxy.
Please read Olivier Chafik's blog for announcements.