Resources and Documentation
Converting Visual C++ Programs to Unix Programs
Programs developed
under Windows have extra embedded characters that need to be removed
before you attempt to compile them in a Unix environment.
To convert
programs to Unix format on a Linux computer, run the filter program
dos2unix. By default it takes your
program as stdin and sends the filtered program to stdout. If you
supply command line arguments, the first should be the input file name
and the second should be the output file name.
Resources
and Code
Images
OPEN
GL Programming
User Interface
Toolkits for building
a
Graphical
User Interface
- GLUT
Windowing & interaction interface
- GLUI
A GUI toolkit that sits on top of GLUT
- FLTK Fast Light GUI Toolkit
- Qt
A sophisticated high Level GUI builder