Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maierfelix/poxi
A flat pixel art editor
https://github.com/maierfelix/poxi
Last synced: 29 days ago
JSON representation
A flat pixel art editor
- Host: GitHub
- URL: https://github.com/maierfelix/poxi
- Owner: maierfelix
- License: bsd-2-clause
- Created: 2017-02-20T20:39:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T13:14:19.000Z (over 4 years ago)
- Last Synced: 2024-08-01T16:44:40.413Z (3 months ago)
- Language: JavaScript
- Homepage: http://app.poxi.rocks
- Size: 1020 KB
- Stars: 2,474
- Watchers: 32
- Forks: 83
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Poxi is a modern, flat pixel art editor for the browser with focus on elegance, simplicity and productivity.
### 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](https://github.com/maierfelix/poxi/blob/master/LICENSE)