Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:24:24.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T00:42:08.429Z (about 1 month ago)
- Topics: bulma-css, generator, html5, nodejs, procedural-generation, reactjs, sprites
- Language: JavaScript
- Size: 2.92 MB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML5 Pixel Sprite Generator
[![GitHub license](https://img.shields.io/github/license/ArtBIT/pixel-sprite-generator.svg)](https://github.com/ArtBIT/pixel-sprite-generator) [![GitHub stars](https://img.shields.io/github/stars/ArtBIT/pixel-sprite-generator.svg)](https://github.com/ArtBIT/pixel-sprite-generator) [![awesomeness](https://img.shields.io/badge/awesomeness-maximum-red.svg)](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)