Skip to content

deificx/sprite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sprite

screenshot

A basic drawing interface to create small square graphics often referred to as Sprites. The predefined sizes are 16, 32 and 64 pixels.

Try it.

Features

  • 3x3 tile preview
  • Eye Dropper tool (Hover a color and click 'e' on keyboard to grab)
  • RGBA Color sliders
  • Brush size
  • Color Randomizer toggle
  • Grid toggle
  • Pixel Scale aka. Zoom
  • Save as PNG (download)

Examples

1 2 3 4 5 6 7 8

Development

Developed with the following software and versions:

  • live-server 0.9.0
  • node v5.11.1
  • npm 3.8.6
  • ractive 0.7.3
  • typescript 1.8.10
  • typings v1.3.0
  • webpack 1.13.1

Get started:

# install
$ git clone https://github.com/deificx/sprite
$ cd sprite
$ typings install
$ npm install
# npm start will start a watching webpack process
$ npm start
# optionally run live-server in a new terminal window
$ live-server

About

a simple sprite editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published