GithubHelp home page GithubHelp logo

pixeditor's Introduction

pixeditor

a 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 clic to draw lines
Ctrl clic to select color
Right clic 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 : https://github.com/pops/pixeditor/archive/master.zip
extraxt 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 : https://github.com/pops/pixeditor/archive/master.zip
make pixeditor.py executable and run it.
You can install imagemagick to enable a gif export.

in ubuntu :

sudo apt-get install python3-pyqt4 imagemagick  
wget https://github.com/pops/pixeditor/archive/master.zip  
unzip master.zip  
cd pixeditor-master/  
python3 pixeditor.py  

MacOs

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

pixeditor's People

Contributors

z-uo avatar jmimu avatar not-surt avatar cruzr avatar

Watchers

Rafał avatar

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.