A simple web-based tool for Spriting and Pixel art.
Go to file
Julian Descottes 661c6fba7d Update LICENSE 2016-03-11 23:32:24 +01:00
misc Issue #357 : Trans. -> white if too many colors + add test files 2015-12-01 20:07:26 +01:00
src Merge pull request #397 from GMartigny/issue_#348 2016-03-11 00:58:36 +01:00
test chore : fix ShortcutServiceTest on macosx 2016-01-24 13:02:32 +01:00
.gitignore add Netbeans project folder 2016-02-02 16:39:57 +01:00
.jscsrc Update deps, use grunt-connect instead of express, fix jscs errors 2015-12-09 22:38:58 +01:00
.travis.yml Closes #364 : Update all dependencies 2015-12-09 00:34:47 +01:00
Gruntfile.js chore : nwjs config for macos build 2015-12-29 23:44:02 +01:00
LICENSE Update LICENSE 2016-03-11 23:32:24 +01:00
README.md Switching to AGPLv3 2015-04-15 17:39:56 +02:00
karma.conf.js Copy paste out of bounds : added SelectionManager unit tests 2015-08-09 15:42:46 +02:00
package.json chore: update package.json dependencies (bulk) 2016-03-05 12:55:08 +01:00
pre-commit adding precommit hook to source control 2013-08-11 20:07:45 +02:00

README.md

Piskel

Travis Status Built with Grunt

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 :

  • spriting : create retro-style sprites for games

Megaman spritesheet

  • pixelart : 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 11+

... and a fairly recent computer.

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

Offline version

Offline builds are available. More details in the dedicated wiki page.

Built with

The Piskel editor is purely built 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
  • supergif : modified version of SuperGif to parse and import GIFs
  • jszip : create, read and edit .zip files with Javascript
  • canvas-toBlob : shim for canvas toBlob
  • 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

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Mobile/Tablets

There is no support for mobile for now.