Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mriale/PyDPainter

A usable pixel art paint program written in Python
https://github.com/mriale/PyDPainter

Last synced: 17 days ago
JSON representation

A usable pixel art paint program written in Python

Awesome Lists containing this project

README

        

# PyDPainter

A usable pixel art program written in Python

![screenshot](pydpainter-screenshot.png)

## About

PyDPainter, pronounced "Pied Painter" (like Pied Piper), is an attempt to create a usable pixel art program in Python using PyGame.
The original inspiration came from the [Commodore Amiga](https://en.wikipedia.org/wiki/Amiga)
version of [*Deluxe Paint*](https://en.wikipedia.org/wiki/Deluxe_Paint) released by Electronic Arts in 1985.
Back then, *Deluxe Paint* helped define the user interface of a paint program with tool bars, menus, and the
novel use of left and right mouse buttons for painting and erasing. After pixel art gave way to photo-realism and
high-resolution 24 bit color, *Deluxe Paint* was largely forgotten for artistic work -- left behind
in the ever-progressing march of technology.

Recently, with a resurgence of all things "retro," low-resolution pixel art and limited color palettes
have become popular once again. Many tools to deal with this medium are either too complicated
or too crude. This project is an attempt to bring back an old but reliable tool and
enhance it with some features to help it better coexist in the modern world.

Latest Release (with Windows EXE): https://github.com/mriale/PyDPainter/releases/latest

YouTube video: [Quick PyDPainter Demo](https://youtu.be/GGfsSvbrb4o)

Ko-fi donation page:
https://ko-fi.com/mriale

Facebook group: [PyDPainter](https://www.facebook.com/groups/583338860398152/?ref=share)

Mastodon: [@[email protected]](https://mastodon.social/@PyDPainter)

See [RoadMap](https://github.com/mriale/PyDPainter/wiki/RoadMap) for current progress.

Documentation: [Table of Contents](docs/TOC.md)

**PyDPainter Copyright (C) 2019-2024 Mark Riale**

This program is licensed under the GPLv3 or later. See [LICENSE](LICENSE) file for more details.