GitXplorerGitXplorer
e

MMD.js

public
230 stars
39 forks
3 issues

Commits

List of commits on branch master.
Unverified
f8a2fae1d1bcd782525389443ab1afcc1e150d80

fixed bug which occurs when an english model has no morphs

committed 12 years ago
Unverified
fe2f4e3bbe14a73cacc1d6c3f951650a0b41a76d

Updated Demo

committed 12 years ago
Unverified
fe5ccaa862500e748fd33fdecc72403d85bdd5ef

最後までプレーしたら止めて最初に戻るようにした

committed 12 years ago
Unverified
93465a457e4784134d3146c70b5f9e5e2cf80d73

スペースキーで一時停止できるように

committed 12 years ago
Unverified
df7a1669b8d94329336820ae655c3099b9a2e995

http://jbbs.livedoor.jp/bbs/read.cgi/music/23040/1285499541/345-348 で説明されているIKのアルゴリズムに変更(先端いいくほど回転制限を緩める)

committed 12 years ago
Unverified
b72ad461dd15bf573e91b5134cc07338e7cf918f

update README

committed 12 years ago

README

The README file for this repository.

= MMD.js

MikuMikuDance player on WebGL.

== Demo

== Features

  • PMD (model) and VMD (motion) parsers
  • Shader that's almost compatible with MMD
  • Camera, light and morph animation

Yet to come

  • Bone animation
  • Physics

Maybe to come

  • Multi-model
  • Direct X accessories (.x)
  • Playing audio

Likely NOT to come

  • Editing motions

== Build

coffee --join MMD.js --compile src/MMD.coffee src/MMD.*.coffee

== Dependence

== License

The MIT License http://www.opensource.org/licenses/mit-license.php

Copyright (c) 2011 Atsushi Takayama

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

== Acknowledgements

== Author

Atsushi Takayama