JOCL FAQ

From JogampWiki
Jump to navigation Jump to search

Get the Source Code

The project repository is located on github.

You can create a local copy/branch of the git repository, either anonymous:

or via SSH and your user credential, so you can easily push back your changes to the github server:

  • git clone git@github.com:username/gluegen.git gluegen
  • git clone git@github.com:username/jocl.git jocl
  • git clone git@github.com:username/jocl-demos.git jocl-demos
  • git clone git@github.com:username/jogl.git jogl

Build Dependencies

GlueGen, JOGL

JDK6, ANT 1.8

Getting Started

Hello JOCL