Skip to content

Various examples for JOGL including the NeHe demos and some of my own

Notifications You must be signed in to change notification settings

sutoadam/jogl-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JOGL Examples

and related modules, eg: JOAL & JOCL

In my quest to learn about OpenGL I've come across tons of examples, most of them out-dated. This seems to be the case for a lot of the JOGL examples I've found. This repo has been setup with the following goals in mind:

  • Use Maven to handle dependencies to ensure that the examples compile with the latest JOGL libs
  • Prefer NEWT over Swing/AWT
  • Use the most recent GL Profile available to Linux, Windows and Mac (Mac OS X support being the hold up)
  • Keep the code readable (see Clean Code by Robert C. Martin)

Even on OSX Mavericks (in which GLview states 4.1 is available) GL 2.1 is the latest profile available in JOGL

There will be demos by various authors. I will ensure that @author comments remain in the code. There will be changes from the originals.

alt text

alt text

Running the code

As mentioned above, Maven is used to handle dependencies so you should ensure it's available on your system. I recommend using Intellij IDEA to open the project via the pom file.

About

Various examples for JOGL including the NeHe demos and some of my own

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.4%
  • C 0.6%