Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madvas/disapainted
Repository for disapainted.com. The webapp for creating pivot-like stickman animations
https://github.com/madvas/disapainted
Last synced: about 2 months ago
JSON representation
Repository for disapainted.com. The webapp for creating pivot-like stickman animations
- Host: GitHub
- URL: https://github.com/madvas/disapainted
- Owner: madvas
- License: other
- Created: 2014-10-25T18:46:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T10:52:36.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T20:03:57.837Z (3 months ago)
- Language: JavaScript
- Homepage: http://disapainted.com
- Size: 12.1 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Disapainted Logo](http://disapainted.com/modules/core/img/disapainted.png)](http://disapainted.com/)
## About
[Disapainted.com](http://disapainted.com) is a web application for creating pivot animations online. Pivot animations are funny 2D stick-man animations, which you easily create by dragging stick figure handles. This web app is heavily inspired by [Pivot Animator](http://pivotanimator.net/) desktop application.
## Contribution
Anyone is more than welcome to contribute. Before you can run this web app on your local machine you need to have installed:
* [Node.js](http://nodejs.org/)
* [MongoDB](https://www.mongodb.org/)
* [npm](https://github.com/npm/npm)
* [Node Canvas](https://github.com/Automattic/node-canvas)
* [bower](http://bower.io/)
* [grunt](http://gruntjs.com/installing-grunt)After you've installed all above components on your local machine, you can install disapainted with following commands:
* `git clone https://github.com/madvas/disapainted`
* `cd disapainted`
* `npm install`
* `bower install`
* make sure your mongodb is running `sudo service mongodb start`
* run tests `grunt test`
* run development version: `grunt development`Now you should be up and running. Database will be empty, but you can use app itself to create your new user account and consequently create animations :)
## Thanks
I'd like to express infinite thanks to following open source technologies, which are building blocks for disapainted
* [Node.js](https://github.com/joyent/node)
* [Express.js](https://github.com/strongloop/expressjs.com)
* [Angularjs](https://github.com/angular/angular.js)
* [MongoDB](https://github.com/mongodb/mongo)
* [Paper.js](https://github.com/paperjs/paper.js)
* and many many more...