Aparapi Examples

A collection of examples for the aparapi framework.

License

License

Categories

Categories

Aparapi Development Tools Native
GroupId

GroupId

com.syncleus.aparapi
ArtifactId

ArtifactId

aparapi-examples
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Aparapi Examples
A collection of examples for the aparapi framework.
Project URL

Project URL

https://github.com/Syncleus/aparapi
Project Organization

Project Organization

Syncleus
Source Code Management

Source Code Management

https://github.com/Syncleus/aparapi-examples

Download aparapi-examples

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.syncleus.aparapi : aparapi jar 1.0.0
org.jogamp.jogl : jogl-all jar 2.3.2
org.jogamp.gluegen : gluegen jar 2.3.2

Project Modules

There are no modules declared in this project.

License Maven Central Gitter

A framework for executing native Java code on the GPU.

Licensed under the Apache Software License v2

This project is a collection of examples for the Aparapi project. For more information see the Aparapi website or the QOTO GitLab repository. An up-to-date mirror of this repository is also maintained on Github.

For detailed documentation see Aparapi.com.

For support please use Gitter or the official Aparapi mailing list and Discourse forum.

Please file bugs and feature requests at QOTO GitLab; a mirror of older issues can be found at Github.

Prerequisites

The examples should run on any system as-is. For GPU acceleration support you must have OpenCL installed and a compatible graphics card.

Aparapi runs on all operating systems and platforms, however GPU acceleration support is currently provided for the following platforms: Windows 64bit, Windows 32bit, Mac OSX 64bit, Linux 64bit, and Linux 32bit.

Obtaining the Source

The official source repository for Aparapi Examples is located in the Syncleus Github repository and can be cloned using the following command.

git clone https://git.qoto.org/aparapi/aparapi-examples.git

Running

To run the examples simply checkout the git tag for the version you want to run and execute it through maven. Unless you specifically want to try the latest snapshot it is important you checkout a specific git tag instead of the master branch. To use the snapshot in the master branch you will have to manually install the core aparapi snapshot that matches it since snapshots do not appear in maven central.

git checkout v2.0.0
mvn clean package exec:java
com.syncleus.aparapi

Syncleus

An open-source business intelligence company.

Versions

Version
1.0.0