https://github.com/slmt/oglpg-8th-edition-java
The java version of sample code from OpenGL Programming Guideline, 8th Eidtion.
https://github.com/slmt/oglpg-8th-edition-java
Last synced: 8 months ago
JSON representation
The java version of sample code from OpenGL Programming Guideline, 8th Eidtion.
- Host: GitHub
- URL: https://github.com/slmt/oglpg-8th-edition-java
- Owner: SLMT
- Created: 2015-05-08T15:59:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T08:30:00.000Z (about 11 years ago)
- Last Synced: 2025-10-09T17:12:08.395Z (8 months ago)
- Language: Java
- Size: 6.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenGL Red Book Sample Code in Java
This project is the java version of sample code from OpenGL Programming Guideline, 8th Eidtion, which we usally call the Red Book. LWJGL, which is Lightweight Java Game Library for short, has already been added to this project in order to support running OpenGL in Java programs.
## Content
- Chapter 1
- Example 1 - Triangles