Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yutopp/poseeditor
https://github.com/yutopp/poseeditor
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/yutopp/poseeditor
- Owner: yutopp
- Created: 2014-09-06T10:02:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T09:04:28.000Z (about 9 years ago)
- Last Synced: 2024-05-21T12:36:29.870Z (8 months ago)
- Language: JavaScript
- Homepage: http://yutopp.github.io/PoseEditor/
- Size: 29.6 MB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pose Editor
(under construction...)
## How to use
```
bower install poseeditor
```Please include this file.
```
#{bower_components}/poseeditor/build/poseeditor.js
```
or
```
#{bower_components}/poseeditor/build/poseeditor.min.js
```
For detail to `index.html`.## Development
### Requirement
+ bower
+ gulp
+ tsd (TypeScript Definition manager)
+ tsc >= 1.6 (TypeScript Compiler)### Setup
```
bower install
tsd install
npm install
gulp watch
./s.sh # start server
```
Then, access `http://localhost:30000/`!## License
Pose Editor is licensed under the MIT License.--
Files under `ext` directory(TransformControls.js, OrbitControls.js) are copied from examples of [Three.js](https://github.com/mrdoob/three.js).
These files are licensed under the [MIT license](https://raw.githubusercontent.com/mrdoob/three.js/master/LICENSE).