Skip to content
forked from coelhucas/pixel

🎨 Make tiny pixel arts (basis for my future game creation tool)

License

Notifications You must be signed in to change notification settings

GabrielModog/pixel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel

image

First version

Pixel is a tiny editor meant to be used within a tiny game creation tool I'm planning. At its current state you can only create 8x8 stuff with black pixels and download it.

Usage

Pixel by itself is stackless, which means it uses only standard HTML, CSS and JS.

git clone git@github.com:coelhucas/pixel.git
cd pixel
open index.html

Click and drag to draw

⌘ + R to reset on macOS

F5 to reset on windows/linux

Press download to download your pixel art as png

TODO

  • Add a small default palette
  • Make it responsive
  • Add eraser
  • Add reset button
  • Make it possible to download it in other scales
  • 1x previewer (I can use the virtual canvas)
  • Bucket reference
    • (Extra?) Move floodfill recursion to data structure

*Maybe other sizes layer?

About

🎨 Make tiny pixel arts (basis for my future game creation tool)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.1%
  • HTML 12.0%
  • CSS 6.9%