0% found this document useful (0 votes)
6 views1 page

CS 591 Computer Graphics Lab Programs

This document provides information about the Computer Graphics Lab course CS 591. The course is worth 2 credits and has prerequisites of C programming knowledge. It involves studying basic graphics functions and standards. Students will implement various computer graphics programs using primitives, algorithms, and transformations in OpenGL and C programming.

Uploaded by

Srabani Kundu
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

CS 591 Computer Graphics Lab Programs

This document provides information about the Computer Graphics Lab course CS 591. The course is worth 2 credits and has prerequisites of C programming knowledge. It involves studying basic graphics functions and standards. Students will implement various computer graphics programs using primitives, algorithms, and transformations in OpenGL and C programming.

Uploaded by

Srabani Kundu
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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.

You might also like