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.
- Host: GitHub
- URL: https://github.com/ahmetfurkandemir/computer-graphics
- Owner: AhmetFurkanDEMIR
- Created: 2022-10-08T06:53:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T11:04:16.000Z (almost 3 years ago)
- Last Synced: 2025-04-15T21:52:25.839Z (6 months ago)
- Topics: algorithms, bresenham, computer-graphics, cpp, dda, graphics, qt, qtcreator
- Language: C++
- Homepage:
- Size: 3.91 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
 
## 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/)