/ComputerGraphicsBasics

Introduction to Graphics Processing with Computer

Primary LanguageC++

Computer Graphics Basics

  • Introduction to Graphics Processing with Computer
  • Bilgisayarla Grafik İşlemeye Giriş

Features

  • Draws line (with Bresenham algorithm)
  • Draws a Bezier Curve
  • Draws some polygons like triangle,square,pentagon
  • Draws ellipse,oval,circle,round
  • Draws star,arc and disk
  • Screen cropping
  • Basic transformations like rotation,shearing,translation,reflection(has a issue)

Not working

  • FillPolygon function is not working
  • Reflection has a wrong algorithm. It needs to re-write code.

Menu