A paint program in OpenGL (part of college assignment)
For application features and functions refer to: Peindre.pdf
To Compile: g++ -lGL -lGLU -lglut paint.cpp -o a.out
To Execute: ./a.out
A paint program in OpenGL (part of college assignment)
For application features and functions refer to: Peindre.pdf
To Compile: g++ -lGL -lGLU -lglut paint.cpp -o a.out
To Execute: ./a.out