Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 910 Bytes

File metadata and controls

29 lines (24 loc) · 910 Bytes

SharPaint

A simple paint application built using C#

sharpaint img

Features

  • Pen tool for drawing
  • Magic tool, selects a specific color with a tolerance.
  • MagicDelete tool the same as the magic tool but it deletes the selection.
  • Color picker to change the color of the pen or the canvas
  • Resizable canvas
  • Tool window to change tool setting(WIP)
  • Multiple layers, allowing for more complex drawings
  • Save and open projects in the SharPaint (.sp) file format

Usage

  • Select the pen tool to draw on the canvas
  • Use the color picker to change the color of the pen or the canvas
  • Use the left mouse button to resize the canvas
  • Use the layer buttons to create, edit, and delete layers

Dependencies Microsoft.VisualBasic SharPaint.Views SharCessing SharCessing.Helpers Authors SharCessing