ExtraordinaryBen / pixeditor

a animated pixel art editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pixeditor

An animated pixel art editor released under the GNU GPL V3
It is an alpha program, with bugs and limitation.
You need python 3.x and PyQt to run it.

Shortcuts

Arrow key to move to previous / next frame / layer
Space bar to play
Ctrl Z / Ctrl Y to undo / redo
Ctrl X / Ctrl C / Ctrl V to cut / copy / paste frames on the timeline
Shift click to draw lines
Ctrl click to select color
Right click to draw with alpha

alt screenshot

Install

Windows

First install python 3 :
32 bit : http://www.python.org/ftp/python/3.3.2/python-3.3.2.msi
or 64 bit : http://www.python.org/ftp/python/3.3.2/python-3.3.2.amd64.msi

Then install pyqt :
32 bit : http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.10.3/PyQt4-4.10.3-gpl-Py3.3-Qt4.8.5-x32.exe
or 64 bit : http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.10.3/PyQt4-4.10.3-gpl-Py3.3-Qt4.8.5-x64.exe

Then download the program.
Extract the zip and run pixeditor.py

Linux

Just search Pyqt4 (python3-pyqt4) on the package manager, and install the version for python 3
Then download the program.
Make pixeditor.py executable and run it.

MacOS

It should work by installing python 3 an pyqt but apparently it didn't.
Help is welcome.

About

a animated pixel art editor

License:GNU General Public License v3.0


Languages

Language:Python 100.0%