Sample Code for CS 324---Computer Graphics
CS 324 Sample Code
Programming Aids
- C++ Code Conventions/Style
- Qt Code Conventions/Documenation
Sample Programs
- Simple Drawing in Qt
-
MinDraw.zip
The five files for the MinDraw application.
- OpenGL
- simple.c
Simple drawing using OpenGL.
- planet.c
Rotation and callback functions using OpenGL.
- cube.c
Wireframe/Solid cube with rotation and callback functions.
- light.c
Sphere with materal and lighting.
Java