A simple web-based tool for Spriting and Pixel art.
Find a file
Julian Descottes b32d0ddcfe Cleanup README.md
Removed old screenshots, added actual information about the project !
2014-03-15 16:59:16 +01:00
css UI : Align PNG export with GIF export 2014-03-08 17:23:20 +01:00
img UX : Primary/Secondary colors usability 2014-03-03 22:50:08 +01:00
js Fix : Drawer was not opening when clicking on text 2014-03-13 00:22:15 +01:00
resources UX : Primary/Secondary colors usability 2014-03-03 22:50:08 +01:00
templates UI : Align PNG export with GIF export 2014-03-08 17:23:20 +01:00
tests/integration/casperjs updating smoke test to parametrize delay 2013-08-11 20:09:43 +02:00
.gitignore Added private rule to gitignore 2014-02-16 22:37:09 +01:00
.travis.yml Node0.8 + test root filepath 1 2013-05-27 00:11:30 +02:00
closure_compiler_20130823.jar Experiment closure compiler - should trigger errors 2013-09-28 18:51:10 +02:00
diff.txt UI : Align PNG export with GIF export 2014-03-08 17:23:20 +01:00
Gruntfile.js Increased timeout config for Remote build 2014-02-12 00:14:24 +01:00
index.html UI : Align PNG export with GIF export 2014-03-08 17:23:20 +01:00
package.json Merge branch 'master' into feature-gif-export-panel 2013-09-28 23:37:12 +02:00
piskel-boot.js added loading over + fixed bug with highlighted pixel removal 2013-12-23 15:04:13 +01:00
piskel-closure-externs.js Closure Compiler: Fix All The things ! 2013-09-28 21:10:12 +02:00
piskel-script-list.js UI : Align PNG export with GIF export 2014-03-08 17:23:20 +01:00
piskel-style-list.js Merged 2013-12-18 23:22:25 +01:00
pre-commit adding precommit hook to source control 2013-08-11 20:07:45 +02:00
README.md Cleanup README.md 2014-03-15 16:59:16 +01:00

Piskel

A simple web-based tool for Spriting and Pixel art.

Piskel editor screenshot

You can try the standalone editor at http://juliandescottes.github.io/piskel or see it integrated in http://piskelapp.com.

Piskel is mainly developped by :

What's the point ?

You can use Piskel to do two things :

  • create retro-style sprites for games

Megaman spritesheet

  • create crazy/pretty/???? pixelart animations for fun !

Rabbit jumping

Integrated in piskelapp.com, you can share everything you work on with others as easily as you share a link.

Requirements

Piskel supports the following browsers :

  • Chrome (latest)
  • Firefox (latest)
  • Internet Explorer 10+

... and a fairly recent computer.

We don't plan/want/could be forced into supporting older IEs. For Opera and Safari, we've just never tested them but the gap shouldn't be huge.

Built with

The Piskel editor is purely build in JavaScript, HTML and CSS. It uses Canvas extensively for displaying all them pretty sprites.

We also use the following libraries :

  • spectrum : awesome standalone colorpicker
  • gifjs : generate animated GIFs in javascript, using webworkers
  • jquery : used sporadically in the application
  • bootstrap-tooltip : nice tooltips

As well as some icons from the Noun Project :

  • Folder by Simple Icons from The Noun Project
  • (and probably one or two others)

Contributing ?

Help is always welcome !

  • Issues : Found a problem when using the application, want to request a feature, open an issue.
  • Participate : Have a look at the wiki to set up the development environment

Licensing

Probably need to pick one at some point ... Until then it's a "do whatever you want with it" license.

Mobile/Tablets

There is no support for mobile for now.