Skip to content

Extacia21/DDA_Line_Generation_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

DDA_Line_Generation_Algorithm

This project implements the DDA (Digital Differential Analyzer) Line Drawing Algorithm using C programming and OpenGL GLUT. The DDA algorithm is a fundamental method in computer graphics for drawing lines by calculating intermediate points between two endpoints using floating-point operations.

About

This project implements the DDA (Digital Differential Analyzer) Line Drawing Algorithm using C programming and OpenGL GLUT. The DDA algorithm is a fundamental method in computer graphics for drawing lines by calculating intermediate points between two endpoints using floating-point operations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors