eutialia / SDIPainting

Animation demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDIPainting

A boring assignment based on MFC. Many algorithm of which used are from Internet or textbook.

Algorithm Used

  1. DDA Line Drawing
  2. Bresenham Algorithm (both line and circle)
  3. Scanline Seed Filling
  4. Floodfill Seed Filling

About

Animation demo


Languages

Language:C++ 74.8%Language:C 25.2%