Iwaneq / PaintSharp

Simple C# WPF Painting Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PaintSharp

Description

PaintSharp is my own version of Windows Paint, written in C# with .NET 6 and WPF. I wrote it as side project to test my C#, WPF and working with graphics skills.

Features

Detachable Views

You can detach side tool panels to their own windows, which will always be on top.

Basic and Simple UI

PaintSharp's UI is simple and clean, so you can work with focus!

Support for Layers

PaintSharp also supports Layers System

Support for Graphics

If you want to work on graphics, you can do it with PaintSharp! Image Layers are moveable and you can choose if they scale to Canvas or no.

How to setup PaintSharp?

What do I need to install PaintSharp?

Everything you need is just .NET 6.0 Runtime, in case you don't have it already installed. PaintSharp is only avaible for Windows (7/8/10/11).

How to install PaintSharp?

In this GitHub repo you can download any release you want. The most recommended is of corse the latest one. Just fo to Releases Page and download Setup.exe. Application should download after you open this file. It may take couple of minutes and it's worth pointing out, that installation happens in background, so you'll don't see any installation wizards.

When installation will end successfully, PaintSharp icon will appear on your desktop.

image

Contributing

PaintSharp is just my side project, some kind of DEMO App, but if you want to contribute to it, feel free to do it! If you have any sugestions that would make PaintSharp better, please create a pull request and let me know.

Contact

Author - Kuba "Iwan" Iwański - iwaniwanski.biznes@gmail.com

About

Simple C# WPF Painting Application


Languages

Language:C# 100.0%