Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T08:30:00.000Z (over 9 years ago)
- Last Synced: 2023-02-26T09:16:46.990Z (over 1 year ago)
- Language: Java
- Size: 6.29 MB
- Stars: 2
- Watchers: 2
- 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