mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
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
|