[![Maven Central](https://img.shields.io/maven-central/v/com.nativelibs4java/javacl.svg)]() [![Build Status](https://travis-ci.org/nativelibs4java/JavaCL.svg?branch=feature_travis-build)](https://travis-ci.org/nativelibs4java/JavaCL) [![Join the chat at https://gitter.im/nativelibs4java/JavaCL](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nativelibs4java/JavaCL?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [JavaCL](http://javacl.googlecode.com) provides OpenCL bindings for Java. It wraps low-level bindings in a clean object-oriented API, which adds a few goodies. A comprehensive documentation is available on its [WebSite](javacl.googlecode.com) and [Wiki](https://code.google.com/p/javacl/wiki/FAQ?tm=6). It was previously hosted on [ochafik/nativelibs4java](http://github.com/ochafik/nativelibs4java). # Quick links * [CHANGELOG](./CHANGELOG.md) * [FAQ](http://code.google.com/p/javacl/wiki/FAQ) * [JavaDoc](http://nativelibs4java.sourceforge.net/javacl/api/stable/) * [Credits and License](http://code.google.com/p/bridj/wiki/CreditsAndLicense) # Building ``` git clone http://github.com/nativelibs4java/JavaCL.git mvn clean install ``` # Support Please use the [mailing-list](https://groups.google.com/forum/#!forum/nativelibs4java) and [file bugs](https://github.com/ochafik/nativelibs4java/issues/new). # TODO * Finalize OpenCL 1.2 support * Push a final 1.0 version