https://github.com/ginuerzh/opengl8thfirstexample
OpenGL Redbook 8th Edition First Example
https://github.com/ginuerzh/opengl8thfirstexample
Last synced: 4 days ago
JSON representation
OpenGL Redbook 8th Edition First Example
- Host: GitHub
- URL: https://github.com/ginuerzh/opengl8thfirstexample
- Owner: ginuerzh
- Created: 2013-10-18T09:52:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-31T05:24:01.000Z (almost 12 years ago)
- Last Synced: 2025-02-17T23:06:23.394Z (3 months ago)
- Language: C++
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
opengl8thfirstexample
=====================OpenGL Redbook 8th Edition First Example
Compile with
============
g++ -g -o tri triangles.cpp LoadShader.cpp -lglut -lGLEW -lGLU -lGL -lX11 -lmjohn@zerofluid:~/Downloads/openglfirst/another/opengl8thfirstexample$ glxinfo | grep OpenGL
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 610/PCIe/SSE2
OpenGL version string: 4.3.0 NVIDIA 313.30
OpenGL shading language version string: 4.30 NVIDIA via Cg compiler
OpenGL extensions:john@zerofluid:~/Downloads/openglfirst/another/opengl8thfirstexample$ uname -a
Linux zerofluid 3.8.0-26-generic #38-Ubuntu SMP Mon Jun 17 21:43:33 UTC 2013 x86_64 x86_64 x86_64 GNU/LinuxSomeone on StackOverflow sent me triso.cpp as a one file version of the introductory program. Whoever you are: thank you very much again. I really appreciate it.