Skip to content

A college project in C, a simplified dupe of Microsoft's Paint.

License

Notifications You must be signed in to change notification settings

ElenaChes/C-Graphics-2D-Painting-Tool

Repository files navigation

Painting Tool

A college project in C.
Description: a simplified dupe of Microsoft's Paint.

Content


Installation

  1. Run Graphics_final.exe or compile Graphics 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.

Usage

  1. Choose a resolution (800x600, 1024x768, 1920x1080) from the console by pressing the option number (1, 2, 3)
  2. Use the top menu to choose tools, colors, thickness, etc.
  3. Right click anywhere for more options such as changing resolution (will remove your work) or to clear the canvas.

Known bugs

When window is resized by dragging the mouse, the canvas gets cleared.