{"id":15160996,"url":"https://github.com/olyutorskii/vmd2xml","last_synced_at":"2026-03-02T14:38:17.553Z","repository":{"id":202760687,"uuid":"704436686","full_name":"olyutorskii/Vmd2XML","owner":"olyutorskii","description":"Vmd2XML is a translator Java application(CUI) for exchanging data between VMD(motion file of MikuMikuDance) and XML files.","archived":false,"fork":false,"pushed_at":"2025-02-06T11:36:06.000Z","size":216,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-06-15T17:07:42.321Z","etag":null,"topics":["3d-graphics","java","mikumikudance","motion","xml"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olyutorskii.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-13T08:56:10.000Z","updated_at":"2025-02-06T11:35:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca17b67e-96e6-4b23-b6cd-97510e5c21a9","html_url":"https://github.com/olyutorskii/Vmd2XML","commit_stats":{"total_commits":54,"total_committers":2,"mean_commits":27.0,"dds":"0.14814814814814814","last_synced_commit":"740f8776673bbc3f924bd1b2f96ac4bf0a22487d"},"previous_names":["olyutorskii/vmd2xml"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/olyutorskii/Vmd2XML","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FVmd2XML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FVmd2XML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FVmd2XML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FVmd2XML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olyutorskii","download_url":"https://codeload.github.com/olyutorskii/Vmd2XML/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FVmd2XML/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274407422,"owners_count":25279279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d-graphics","java","mikumikudance","motion","xml"],"created_at":"2024-09-26T23:43:49.848Z","updated_at":"2026-03-02T14:38:17.502Z","avatar_url":"https://github.com/olyutorskii.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vmd2XML #\n\n-----------------------------------------------------------------------\n\n\n## Vmd2XMLとは ? ##\n\n* **Vmd2XML**は、3D動画制作ツール、MikuMikuDance(MMD)で用いられる\nモーションデータファイル(*.vmd)の内容を、XML形式のデータファイルと交換するための\nJavaアプリケーションです。\nVmd2XMLは、MikuTogaプロジェクトの派生物として誕生しました。\n\n* MikuMikuDance 3D-CG animation tool was used by a community of Japanese speakers,\nso much of Vmd2XML's documentation and comments contain Japanese word.\nWe plan to provide information in English at some point.\n\n* MikuTogaプロジェクトは、MMDによる3Dアニメーション制作を支援するプログラムの\n整備のために発足した、オープンソースプロジェクトです。\n\n* Vmd2XMLは2023年10月頃まで [OSDN][OSDN](旧称 SourceForge.jp)\nでホスティングされていました。\nOSDNの可用性に関する問題が長期化しているため、GitHubへと移転してきました。\n\n* Vmd2XMLは、同じMikuTogaプロジェクト内のTogaGemライブラリを用いて\n開発が進められています。\n\n\n## ビルド方法 ##\n\n* Vmd2XMLはビルドに際して [Maven 3.3.9+](https://maven.apache.org/)\nと JDK 1.8+ を要求します。\n\n* Vmd2XMLは[TogaGem][TOGAGEM]などのライブラリに依存しています。\n開発時はMaven等を用いてこれらのライブラリを用意してください。\n\n* Mavenを使わずとも `src/main/java/` 配下のソースツリーをコンパイルすることで\nライブラリを構成することが可能です。\n\n\n## 使い方 ##\n\n例) ※ VMDモーションファイルinput.vmdをXMLファイルoutput.xmlに変換したい場合。\n\n`java -jar vmd2xml-X.X.X.jar -i input.vmd -o output.xml`\n\n例) ※ XMLファイルinput.xmlをVMDモーションファイルoutput.vmdに変換したい場合。\n\n`java -jar vmd2xml-X.X.X.jar -i input.xml -o output.vmd`\n\nオプション詳細は-helpオプションで確認してください。\n\n\n## ライセンス ##\n\n* Vmd2XML独自のソフトウェア資産には [The MIT License][MIT] が適用されます.\n\n\n## プロジェクト創設者 ##\n\n* 2011年に [Olyutorskii](https://github.com/olyutorskii) によってプロジェクトが発足しました。\n\n\n[OSDN]: https://ja.osdn.net\n[TOGAGEM]: https://github.com/olyutorskii/TogaGem\n[MIT]: https://opensource.org/licenses/MIT\n\n\n--- EOF ---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folyutorskii%2Fvmd2xml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folyutorskii%2Fvmd2xml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folyutorskii%2Fvmd2xml/lists"}