8000 GitHub - AlainFolletete/poxi: :blowfish: A modern hackable pixel art editor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AlainFolletete/poxi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poxi is a modern, hackable pixel art editor for the browser with focus on elegance, simplicity and productivity.

Introduction

You can either use Poxi as a pixel art editor or as a renderer for your games (see API). Poxi offers great performance, an infinite grid playground as well as a wide range of fine grained api methods.

  • Auto batch and buffer based drawing
  • Undo/Redo for all operations
  • Infinite grid in all directions
  • Import images // Use drag n' drop in the demo

Coming soon:

  • Layers
  • Animations
  • Eraser (Delete tiles)
  • Cropper (Crop out and move areas)

API:

  • drawImage (ctx, x, y)
  • fillRect (x, y, width, height, color)
  • strokeRect (x, y, width, height, color)
  • fillArc (x, y, radius, color) // left
  • strokeArc (x, y, radius, color)
  • fillBucket (x, y, color)
  • applyColorLightness (batch, +-factor)
  • applyPixelSmoothing (batch)
  • getRandomRgbaColors () => Array

Contributing

If you're interested in creating a pixel art editor ui for this project, then please write me a mail first.

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

License

BSD-2

About

🐡 A modern hackable pixel art editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0