https://github.com/artbit/pixel-sprite-generator
html5 random pixel sprite generator
https://github.com/artbit/pixel-sprite-generator
bulma-css generator html5 nodejs procedural-generation reactjs sprites
Last synced: about 1 year ago
JSON representation
html5 random pixel sprite generator
- Host: GitHub
- URL: https://github.com/artbit/pixel-sprite-generator
- Owner: ArtBIT
- License: mit
- Created: 2018-08-15T14:43:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:24:24.000Z (over 3 years ago)
- Last Synced: 2025-04-10T09:55:01.464Z (about 1 year ago)
- Topics: bulma-css, generator, html5, nodejs, procedural-generation, reactjs, sprites
- Language: JavaScript
- Size: 2.92 MB
- Stars: 27
- Watchers: 1
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML5 Pixel Sprite Generator
[](https://github.com/ArtBIT/pixel-sprite-generator) [](https://github.com/ArtBIT/pixel-sprite-generator) [](https://github.com/ArtBIT/pixel-sprite-generator)
This is a tiny web app that generates pixel sprite sheets based on a template.
| | | | |
|:---:|:---:|:---:|:---:|
|
|
|
|
|
# Demo
Try out the live demo http://artbit.github.io/pixel-sprite-generator/
# Installation
```
git clone https://github.com/ArtBIT/pixel-sprite-generator.git
cd pixel-sprite-generator
```
# Usage
```
npm start
```
Open [http://localhost:4000/](http://localhost:4000/) in your browser.
# Credits
Inspired by http://davebollinger.org/works/pixelspaceships/
# License
[MIT](LICENSE.md)