Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 447 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 447 Bytes

Computer-Graphics

This repository consists of Programs that are essential for beginners in Computer Graphics. All these programs are included in the COMPUTER GRAPHICS Course of B.E. & B.Tech in Computer Engineering. (Second Year)

The Main Programming language is C and platform used is TURBOC3.

Algorithms covered :

  1. Line Drawing Algorithm :
    1. Digital Differential Analyzer (DDA) Algorithm.
    2. Bresenham Line Drawing Algorithm