Last Version

JavaCL Core / BridJ 1.0.0-RC4

JavaCL is an Object-Oriented API that makes the C OpenCL API available to Java in a very natural way. It hides away the complexity of cross-platform C bindings, has a clean OO design (with generics, Java enums, NIO buffers, fully typed exceptions...), provides high-level features (OpenGL-interop, array reductions) and comes with samples and demos. For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL.

License

License

New BSD License (GPL-compatible)
Categories

Categories

Native Development Tools
GroupId

GroupId

com.nativelibs4java
ArtifactId

ArtifactId

javacl-core
Version

Version

1.0.0-RC4
Type

Type

jar
Description

Description

JavaCL Core / BridJ
JavaCL is an Object-Oriented API that makes the C OpenCL API available to Java in a very natural way. It hides away the complexity of cross-platform C bindings, has a clean OO design (with generics, Java enums, NIO buffers, fully typed exceptions...), provides high-level features (OpenGL-interop, array reductions) and comes with samples and demos. For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL.
Project URL

Project URL

http://code.google.com/p/javacl/

Download javacl-core 1.0.0-RC4


<!-- https://jarcasting.com/artifacts/com.nativelibs4java/javacl-core/ -->
<dependency>
    <groupId>com.nativelibs4java</groupId>
    <artifactId>javacl-core</artifactId>
    <version>1.0.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/com.nativelibs4java/javacl-core/
implementation 'com.nativelibs4java:javacl-core:1.0.0-RC4'
// https://jarcasting.com/artifacts/com.nativelibs4java/javacl-core/
implementation ("com.nativelibs4java:javacl-core:1.0.0-RC4")
'com.nativelibs4java:javacl-core:jar:1.0.0-RC4'
<dependency org="com.nativelibs4java" name="javacl-core" rev="1.0.0-RC4">
  <artifact name="javacl-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nativelibs4java', module='javacl-core', version='1.0.0-RC4')
)
libraryDependencies += "com.nativelibs4java" % "javacl-core" % "1.0.0-RC4"
[com.nativelibs4java/javacl-core "1.0.0-RC4"]

Dependencies

compile (2)

Group / Artifact Type Version
com.nativelibs4java : opencl4java jar 1.0.0-RC4
com.nativelibs4java : nativelibs4java-utils jar 1.6

test (3)

Group / Artifact Type Version
org.jogamp.gluegen : gluegen-rt-main jar 2.0.2-rc12
org.jogamp.jogl : jogl-all-main jar 2.0.2-rc12
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.