Computer Graphics with JOGL (Java Binding for the OpenGL)
- Line
- Triangle
- Circle
- Cuble
- Rhombus
- etc
- Git 2.6+
- Maven 3+
- Java 8+
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"