November 12, 2018

143 words 1 min read

maierfelix/poxi

maierfelix/poxi

A flat pixel art editor

repo name maierfelix/poxi
repo link https://github.com/maierfelix/poxi
homepage http://app.poxi.rocks
language JavaScript
size (curr.) 1041 kB
stars (curr.) 1339
created 2017-02-20
license BSD 2-Clause “Simplified” License

Engine features

  • Smart batching
  • WebGL-based renderer
  • Low-level matrices
  • Undo/Redo for all operations
  • Infinite grid
  • Copy by reference

I’ve created this pixel editor because of the lack of smooth pixel editors inside the browser. All current implementations lack of speed and just feel clunky and slow. I’ve created a whole low-level pixel matrix framework from scratch for this, offering incredible speed, a undo/redo state machine and various basic transformation methods. This allows you to work on images even larger than 8000px á 8000px with very low memory consummation.

Coming soon

  • Animations
  • Selections
  • Faster bucket filling

Contributing

Code related pull requests are very welcome, but please make sure they match the existing code style.

License

BSD-2

comments powered by Disqus