Skip to content

Zayan19/PaintAPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaintAPP

A simple paint application made using C++ and Glut.

Requirements:

Open GL and freeGlut is required.

To install these on Linux run the following terminal commands:

-sudo apt-get install freeglut3 -sudo apt-get install freeglut3-dev -sudo apt-get install gcc -sudo apt-get install g++ -sudo apt-get install make

How to use:

Simply type make to start the application. Right click to use the colour and shape. If you drag the mouse it will draw a dotted line accordingly. If you wish to draw a shape simply click on two points and it will draw the chosen shape from point A to point B.

About

A simple paint application made using C++ and Glut.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published