/Paint

Paint is a drawing application written in C++ using OpenGL library

Primary LanguageC++

Paint

Paint is a drawing application written in C++ using OpenGL library

To compile and run on mac

Change the file format to .c and run the following command in terminal

$gcc Gproj.c -w -o Gproj -framework OpenGL -framework GLUT;

To run

$./Gproj