A college project in C.
Description: a simplified dupe of Microsoft's Paint.
- Run
Graphics_final.exe
or compileGraphics final.sln
via Visual Studio.
Raw code is in Graphics_final/paint.c
.
Note
You might need to find a glut32.dll to download off the internet if your pc doesn't have it already.
- Choose a resolution (800x600, 1024x768, 1920x1080) from the console by pressing the option number (1, 2, 3)
- Use the top menu to choose tools, colors, thickness, etc.
- Right click anywhere for more options such as changing resolution (will remove your work) or to clear the canvas.
When window is resized by dragging the mouse, the canvas gets cleared.