https://github.com/bobbicodes/mecca-paint
SVG pixel art animation studio
https://github.com/bobbicodes/mecca-paint
Last synced: 8 months ago
JSON representation
SVG pixel art animation studio
- Host: GitHub
- URL: https://github.com/bobbicodes/mecca-paint
- Owner: bobbicodes
- Created: 2019-10-19T08:00:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T04:05:11.000Z (over 6 years ago)
- Last Synced: 2025-01-31T06:42:44.277Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://btowerscoding.github.io/mecca-paint/
- Size: 6.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mecca-paint
A [re-frame](https://github.com/day8/re-frame) application for producing, converting and editing SVG images and animated pixel art.

This repo was formed from a collection of techniques I developed while working on the graphical elements of the [MECCA Platform](https://github.com/porkostomus/mecca) and [Mario Music Composer](https://github.com/porkostomus/mario-music-composer). The frustration involved through enduring the learning curve of numerous graphical tools pushed me to learn to write my own SVG library. It supports importing raster images and converting them to vector paths while preserving 100% of the retro-look.
## Development Mode
### Run application
```bash
clojure -A:fig -b dev -r
```
## Production Build
```bash
clj -m figwheel.main -O advanced -bo dev
```