GithubHelp home page GithubHelp logo

jpobst / pinta Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pintaproject/pinta

11.0 3.0 1.0 18.17 MB

Simple Gtk# Paint Program

Home Page: http://www.pinta-project.com/

License: MIT License

C# 98.99% Shell 0.30% Makefile 0.23% M4 0.08% Roff 0.05% Python 0.27% Inno Setup 0.07%

pinta's Introduction

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:

Building on Windows

Pinta can be built by opening Pinta.sln in Visual Studio. Ensure that .NET 6 is installed via the Visual Studio installer.

For building on the command line:

Building on macOS

  • Install .NET 6 and GTK
    • brew install dotnet-sdk gtk+3 adwaita-icon-theme gettext
  • Build:
    • dotnet build
  • Run:
    • dotnet run --project Pinta

Alternatively, Pinta can be built by opening Pinta.sln in Visual Studio for Mac.

Building on Linux

  • Install .NET 6 following the instructions for your Linux distribution.
  • Install other dependencies (instructions are for Ubuntu 20.04, but should be similar for other distros):
    • sudo apt install autotools-dev autoconf-archive gettext intltool libgtk-3-dev
  • Build (option 1, for development and testing):
    • dotnet build
    • dotnet run --project Pinta
  • Build (option 2, for installation):
    • ./autogen.sh
      • If building from a tarball, run ./configure instead.
      • Add the --prefix=<install directory> argument to install to a directory other than /usr/local.
    • make install

Getting help / contributing:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.