Computer Graphics 1

Computer graphics 1 is a course I took quite early on during my studies at the Faculty of Sciences. While it proved quite a challenge, I was lucky to have professor Marko Savić PhD available whenever I was stuck – which was quite often! To this day I consider this course (and its follow-up) decisive in my computer science education, and if there is one single person who I could credit for teaching me how to program Marko Savić would be the guy.

Course encompassed an array of topics, supplemented by the work I did on my own. All the projects displayed are using the DrawingFX library by Marko Savić.

Complete GitHub repository: https://github.com/NikolaVetnic/RG1

IMAGE TO ASCII Converter

GitHub: https://github.com/NikolaVetnic/RG1/tree/master/src/ascii

Minimum Distance 2D

GitHub: https://github.com/NikolaVetnic/RG1/tree/master/src/min_dist_2d