Skip to content

Computer Graphics with JOGL (Java Binding for the OpenGL)

Notifications You must be signed in to change notification settings

humbertodias/jogl-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Graphics with JOGL

Computer Graphics with JOGL (Java Binding for the OpenGL)

Examples

  1. Line
  2. Triangle
  3. Circle
  4. Cuble
  5. Rhombus
  6. etc

Prerequires

  1. Git 2.6+
  2. Maven 3+
  3. Java 8+

How to Play

Clone

git clone https://github.com/humbertodias/jogl-examples.git

Inside the folder

cd jogl-examples

Run

mvn compile exec:java -Dexec.mainClass="cg.Cube"

Output

Preview

References

https://jogamp.org/wiki/index.php/Maven

http://www.tutorialspoint.com/jogl/

About

Computer Graphics with JOGL (Java Binding for the OpenGL)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages