/SDIPainting

Animation demo

Primary LanguageC++

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