mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
270ffd602c
tutorial in http://www.eecs.tulane.edu/www/Terry/OpenGL/Introduction.html Reviewed by: Will Andrews <andrews@TECHNOLOGIST.COM>
10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
A simple OpenGL and Tk interface used for the OpenGL tutorial in
|
|
|
|
http://www.eecs.tulane.edu/www/Terry/OpenGL/Introduction.html
|
|
|
|
Other than changing "-lMesatk" to "-lgltk" and "#include <gltk.h>" to
|
|
"#include <GL/gltk.h>", everything should work as described on that page.
|
|
|
|
- Satoshi
|
|
asami@FreeBSD.org
|