项目作者: humbertodias

项目描述 :
Computer Graphics with JOGL (Java Binding for the OpenGL)
高级语言: Java
项目地址: git://github.com/humbertodias/jogl-examples.git
创建时间: 2016-02-26T17:20:47Z
项目社区:https://github.com/humbertodias/jogl-examples

开源协议:

下载


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

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

Inside the folder

  1. cd jogl-examples

Run

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

Output

Preview

References

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

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