Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humbertodias/jogl-examples
Computer Graphics with JOGL (Java Binding for the OpenGL)
https://github.com/humbertodias/jogl-examples
computer-graphics java java-binding jogl opengl
Last synced: 17 days ago
JSON representation
Computer Graphics with JOGL (Java Binding for the OpenGL)
- Host: GitHub
- URL: https://github.com/humbertodias/jogl-examples
- Owner: humbertodias
- Created: 2016-02-26T17:20:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T00:15:12.000Z (almost 9 years ago)
- Last Synced: 2025-01-10T18:20:01.956Z (20 days ago)
- Topics: computer-graphics, java, java-binding, jogl, opengl
- Language: Java
- Size: 1.27 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](doc/cube.gif)### References
[https://jogamp.org/wiki/index.php/Maven](https://jogamp.org/wiki/index.php/Maven)
[http://www.tutorialspoint.com/jogl/](http://www.tutorialspoint.com/jogl/)