Skip to content

A modified version of Piskel to allow real time collaboration.

License

Notifications You must be signed in to change notification settings

aMytho/piskel

 
 

Repository files navigation

This is a modified version of Piskel to allow real time collaboration. Socket.io is used to replicate a client's action to all connected clients.

You must host the piskel server (included in this repo) and connect with a piskel client. Each user must connect as a client.

The setup process will require some modification to get working. The original project has not recieved a substantial update in many years. You will likely need to install some dependencies globally (grunt-cli and casper-js)

Piskel Collorboration

Travis Status Built with Grunt

Piskel is an easy-to-use sprite editor. It can be used to create game sprites, animations, pixel-art...

About Piskel

Built with

The Piskel editor is purely built in JavaScript, HTML and CSS.

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
  • socketIO : sending data to all clients in real time

As well as some icons from the Noun Project :

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

Browser Support

Piskel supports the following browsers:

  • Chrome (latest)
  • Firefox (latest)
  • Edge (latest)
  • Internet Explorer 11

Mobile/Tablets

Mobile support is very limited. Some tools and/or features may not work as intended. Use at your own risk.

Contributing ?

Help is always welcome !

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

License

Copyright 2017 Julian Descottes

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

This project has been modified to allow collorboration using Socket.io.

About

A modified version of Piskel to allow real time collaboration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.9%
  • CSS 7.1%
  • HTML 6.7%
  • Other 0.3%