- Draw
- Lines (Bresenham’s line algorithm)
- Curves (Bézier curve)
- Circles (Midpoint circle algorithm)
- Ellipses (Midpoint ellipse algorithm)
- Select colors
- Clone repository
git clone https://github.com/klappscheinwerfer/drawing.git
- Build
mkdir build
cd build
cmake ..
make
- Run
bin/Drawing