Computer Graphics Lab
Code: CS 591
Contact: 3P
Credits: 2
Prerequisites: Knowledge of C programming language
1. Study of basic graphics functions defined in “graphics.h”.
2. Study of graphics standards like CORE, GKS (Graphics Kernel System),
GKS3D (Graphics
3. Kernel System -3 Dimensions), PHIGS (Programmer's Hierarchical
4. Interactive Graphics Systems), CGM
5. (Computer Graphics Metafile), CGI (Computer Graphics Interface).
6. Program to implement basic graphics primitives in OpenGL.
7. Program for Line Drawing using DDA algorithm using C and OpenGL.
8. Program for Line Drawing using Bresenhams algorithm using C and
OpenGL.
9. Programs using 2-D transformations in C.
[Link] Polygon filling algorithms [Flood-Fill Algorithm] in C.
[Link] to study window to viewport transformations in C.
[Link] for Cohen Sutherland Line clipping algorithm in C.
[Link] to study 3-D transformations in C.