Skip to content

Latest commit

 

History

History

2024_Computer_Graphics_Visualizer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Program that uses matplotlib to visualize some computer graphics drawing algorithm. The project was intended to my college as an assignment.

I mainly focused on some clean code principles, decoupling every algorithm to its own function. There might be some bugs in some algorithms tho, as I haven't tested edge cases other than the required for the assignment.