CG/README.md
2023-11-05 23:08:07 +05:30

2.2 KiB

CG

This repository contains notes and codes for Computer Graphics.


Index

Lab Notes CGL

  1. Koch and Snowflake Algorithms

Codes

Digital Differential Analyzer (DDA)

Digital Differential Analyzer (DDA) is a line-drawing algorithm for digital displays, using incremental calculations to plot points between endpoints.

  1. Line
  2. Triangle
  3. Circle

Cohen-Sutherland

  1. Cohen-Sutherland (Using Inbuilt Function)
  2. Cohen-Sutherland (Using DDA Line Drawing Algorithm)

Curves

  1. Hilbert's Curve

Notes

  1. Unit 1 - Graphics Primitives and Scan Conversion Algorithms
  2. Unit 2 - Polygon, Windowing and Clipping
  3. Unit 3 - 2D, 3D Transformations and Projections
  4. Unit 5 - Curves and Fractals

Question Papers

  1. IN-SEM
  2. END-SEM

Lab Manual


Maintained by: