All Projects → PintaProject → Pinta

PintaProject / Pinta

Licence: other
Simple GTK# Paint Program

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Pinta

Mopaint
🎨💪 Modern, modular paint and more! (pre-alpha, not much done yet)
Stars: ✭ 50 (-93.77%)
Mutual labels:  painting, drawing, image-editor
Jspaint
🎨 Classic MS Paint, REVIVED + ✨Extras
Stars: ✭ 5,972 (+644.64%)
Mutual labels:  painting, drawing, image-editor
powerpaint
Kreative PowerPaint - Library and Application for Bitmap and Vector Image Editing
Stars: ✭ 27 (-96.63%)
Mutual labels:  drawing, image-editor, painting
Galeri Www
A perpetual artwork streaming app. (Website Repo)
Stars: ✭ 46 (-94.26%)
Mutual labels:  painting, drawing
Maliang
iOS painting and drawing library based on Metal. 神笔马良有一支神笔(基于 Metal 的涂鸦绘图库)
Stars: ✭ 1,117 (+39.28%)
Mutual labels:  painting, drawing
Tui.image Editor
🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
Stars: ✭ 4,761 (+493.64%)
Mutual labels:  drawing, image-editor
Pixelfarm
From Vectors to (sub) Pixels, C# 2D Rendering Library
Stars: ✭ 120 (-85.04%)
Mutual labels:  painting, drawing
bLUe PYSIDE
bLUe - A simple and comprehensive image editor featuring automatic contrast enhancement, color correction, 3D LUT creation, raw postprocessing, exposure fusion and noise reduction
Stars: ✭ 41 (-94.89%)
Mutual labels:  image-editor, painting
Mypaint
MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets.
Stars: ✭ 2,072 (+158.35%)
Mutual labels:  painting, drawing
Sketch
Sketch have a lot of basic functions to develop a drawing app for iPhone. Anyone can easily create drawing iOS Application.
Stars: ✭ 229 (-71.45%)
Mutual labels:  painting, drawing
voxel-builder
Voxel-based 3D modeling application
Stars: ✭ 31 (-96.13%)
Mutual labels:  drawing, painting
Drawing
Drawing and fill color
Stars: ✭ 37 (-95.39%)
Mutual labels:  drawing, painting
Pesdk Android Demo
A fully customizable photo editor for your app.
Stars: ✭ 464 (-42.14%)
Mutual labels:  image-editor
Freedrawview
A View on which you can freely draw, customizing paint width, alpha and color, and take a screenshot of the content. Useful for note apps, signatures or free hand writing.
Stars: ✭ 627 (-21.82%)
Mutual labels:  drawing
Fmphotopicker
A modern, simple and zero-dependency photo picker with an elegant and customizable image editor
Stars: ✭ 428 (-46.63%)
Mutual labels:  image-editor
React Sketch
Sketch Tool for React-based applications, backed up by FabricJS
Stars: ✭ 414 (-48.38%)
Mutual labels:  drawing
Macaw
Powerful and easy-to-use vector graphics Swift library with SVG support
Stars: ✭ 5,756 (+617.71%)
Mutual labels:  drawing
Mapbox Gl Draw
Draw tools for mapbox-gl-js
Stars: ✭ 569 (-29.05%)
Mutual labels:  drawing
React Canvas Draw
React Component for drawing in canvas
Stars: ✭ 412 (-48.63%)
Mutual labels:  drawing
Hedera
paint 3D ivy in the Unity Editor, watch procedurally generated meshes simulate growth and clinging in real-time
Stars: ✭ 526 (-34.41%)
Mutual labels:  painting

Pinta - Simple Gtk# Paint Program

Build Status

Copyright (C) 2010 Jonathan Pobst

Pinta is a Gtk# clone of Paint.Net 3.0

Original Pinta code is licensed under the MIT License: See license-mit.txt for the MIT License

Code from Paint.Net 3.36 is used under the MIT License and retains the original headers on source files.

See license-pdn.txt for Paint.Net's original license.

Icons are from:

Getting help/contributing:

Windows Build and Installation Instructions:

Be sure to install Gtk# for Windows when building in Visual Studio.

Linux Build and Installation Instructions:

Building Pinta requires the following software (instructions are for Ubuntu 20.04, but should be similar for other distributions):

sudo apt install make automake autoconf mono-devel gtk-sharp2 intltool

Pinta only supports version 2.8 or higher of Mono.

To build Pinta, run:

./autogen.sh

make

sudo make install

or if building from a tarball, run:

./configure

make

sudo make install

To use different installation directory than the default (/usr/local), run this instead:

./autogen.sh --prefix=<install directory>

To uninstall Pinta, run:

sudo make uninstall

To clean all files created during the build process, run:

make cleanall

Note This will require you to rerun autogen.sh in order to run more make commands.

For a list of more make commands, run:

make help

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].