An open API service indexing awesome lists of open source software.

https://github.com/davidfig/pixi-pixelate

draw proper pixelated graphic primitives (i.e., point, points, line, circle, ellipse, arc, polygon, and fill versions)
https://github.com/davidfig/pixi-pixelate

Last synced: about 1 year ago
JSON representation

draw proper pixelated graphic primitives (i.e., point, points, line, circle, ellipse, arc, polygon, and fill versions)

Awesome Lists containing this project

README

          

# pixi-pixelate
draw proper pixelated graphic primitives for pixi.js (i.e., point, line, circle, ellipse, arc, and filled versions)

[**Live Example**](https://davidfig.github.io/pixi-pixelate/)

## Rationale
I needed primitive pixelated primitives for my games.

## Usage

[![npm i pixi-pixelate](https://nodei.co/npm/pixi-pixelate.png?mini=true)](https://npmjs.org/package/pixi-pixelate/)

## API Documentation
[https://davidfig.github.io/pixi-pixelate/jsdoc/](https://davidfig.github.io/pixi-pixelate/jsdoc/)

## license
MIT License
(c) 2018 [YOPEY YOPEY LLC](https://yopeyopey.com/) by [David Figatner](https://twitter.com/yopey_yopey/)