Quantcast
Channel: Hacker News
Viewing all articles
Browse latest Browse all 25817

Show HN: Poxi – A Hackable Pixel Art Editor

$
0
0

README.md

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


Viewing all articles
Browse latest Browse all 25817

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>