You are on page 1of 1

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.

10.Implement Polygon filling algorithms [Flood-Fill Algorithm] in C.

11.Programs to study window to viewport transformations in C.

12.Program for Cohen Sutherland Line clipping algorithm in C.

13.Programs to study 3-D transformations in C.

You might also like