Skip to content

tgrants/drawing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Draw
    • Lines (Bresenham’s line algorithm)
    • Curves (Bézier curve)
    • Circles (Midpoint circle algorithm)
    • Ellipses (Midpoint ellipse algorithm)
  • Select colors

Installation

  • Clone repository git clone https://github.com/klappscheinwerfer/drawing.git
  • Build
    • mkdir build
    • cd build
    • cmake ..
    • make
  • Run
    • bin/Drawing

About

Drawing with OpenGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published