Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.3 KB

File metadata and controls

53 lines (39 loc) · 1.3 KB

Download Pixi Paint

Pixi Paint is a pay what you want pixel editor. Try it out!

Our primary focus is on ease of use and simplicity. Pixi Paint is fun for beginners and experts alike to explore limited palette pixel art.

Features

  • Brushes and Shapes
  • Color Picker
  • Line Tool
  • Total Palette Control
  • 4 Symmetry Modes
  • 2 Transparency Modes
  • Unlimited Undo
  • Adjustable Zoom
  • Optional Grid
  • Replays
  • Export to .png

Suggested Donation $1.99

Please donate if Pixi Paint is fun or useful for you!

Pay with Card

Download

Windows

OSX

Pixi Paint is open source software.


#! setup
# TODO: Figure out the right way to add analytics to all docs/app pages
require("analytics").init("UA-3464282-15")
require("/stripe-payment")(".paymentButton")

$("li.example").remove() # Hack to hide setup code

$(".content").eq(0).empty()
.append($ "<h2>", text: "Live Demo")
$(".content").eq(1).empty()
.append($ "<iframe>", src: "http://danielx.net/pixel-editor", style: "border: none; border-top: 1px solid gray", width: 640, height: 640)