An open API service indexing awesome lists of open source software.

https://github.com/ahmetfurkandemir/computer-graphics

Necmettin Erbakan University computer graphics lecture notes.
https://github.com/ahmetfurkandemir/computer-graphics

algorithms bresenham computer-graphics cpp dda graphics qt qtcreator

Last synced: 6 months ago
JSON representation

Necmettin Erbakan University computer graphics lecture notes.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white) ![](https://img.shields.io/badge/Qt-41CD52?style=for-the-badge&logo=qt&logoColor=white)

## Computer Graphics

This repo contains my Necmettin Erbakan University computer engineering computer graphics notes and assignments. Algorithms are written in C++ programming language and UI is provided with QT framework.

* [x] [Homework1 - Line drawing algorithms](/Homework1/)
* [x] [Homework2 - Circle drawing algorithms](/Homework2/)
* [x] [Study - Draw Parabola](/Parabola/)
* [x] [Study - Image Process](/ImageProcess/)
* [x] [Final Homework - Prensesi kurtar](/PrensesiKurtar/)