{"id":20306002,"url":"https://github.com/olyutorskii/pmd2xml","last_synced_at":"2026-06-05T08:31:44.619Z","repository":{"id":202716754,"uuid":"704437691","full_name":"olyutorskii/Pmd2XML","owner":"olyutorskii","description":"Pmd2XML is a translator Java application(CUI) for exchanging data between PMD(model file of MikuMikuDance) and XML files.","archived":false,"fork":false,"pushed_at":"2025-02-06T11:41:41.000Z","size":285,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-02-06T12:33:18.222Z","etag":null,"topics":["3d-models","java","mikumikudance","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:58:51.000Z","updated_at":"2025-02-06T11:41:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc940fe8-8634-47ba-872c-d21d4607c33e","html_url":"https://github.com/olyutorskii/Pmd2XML","commit_stats":null,"previous_names":["olyutorskii/pmd2xml"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FPmd2XML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FPmd2XML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FPmd2XML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FPmd2XML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olyutorskii","download_url":"https://codeload.github.com/olyutorskii/Pmd2XML/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241802174,"owners_count":20022590,"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","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-models","java","mikumikudance","xml"],"created_at":"2024-11-14T17:11:14.454Z","updated_at":"2026-06-05T08:31:44.609Z","avatar_url":"https://github.com/olyutorskii.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pmd2XML #\n\n-----------------------------------------------------------------------\n\n\n## Pmd2XMLとは ? ##\n\n* **Pmd2XML**は、3D動画制作ツール、MikuMikuDance(MMD)で用いられる\nモデルデータファイル(*.pmd)の内容を、XML形式のデータファイルと交換するための\nJavaアプリケーションです。\nPmd2XMLは、MikuTogaプロジェクトの派生物として誕生しました。\n\n* MikuMikuDance 3D-CG animation tool was used by a community of Japanese speakers,\nso much of Pmd2XML'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* Pmd2XMLは2023年10月頃まで [OSDN][OSDN](旧称 SourceForge.jp)\nでホスティングされていました。\nOSDNの可用性に関する問題が長期化しているため、GitHubへと移転してきました。\n\n* Pmd2XMLは、同じMikuTogaプロジェクト内のTogaGemライブラリを用いて\n開発が進められています。\n\n* PMXモデルファイルは扱えません。\n\n\n## ビルド方法 ##\n\n* Pmd2XMLはビルドに際して [Maven 3.3.9+](https://maven.apache.org/)\nと JDK 1.8+ を要求します。\n\n* Pmd2XMLは[TogaGem][TOGAGEM]などのライブラリに依存しています。\n開発時はMaven等を用いてこれらのライブラリを用意してください。\n\n* Mavenを使わずとも `src/main/java/` 配下のソースツリーをコンパイルすることで\nライブラリを構成することが可能です。\n\n\n## 使い方 ##\n\n例) ※ PMDモデルファイルinput.pmdをXMLファイルoutput.xmlに変換したい場合。\n\n`java -jar pmd2xml-X.X.X.jar -i input.pmd -o output.xml`\n\n例) ※ XMLファイルinput.xmlをPMDモデルファイルoutput.pmdに変換したい場合。\n\n`java -jar pmd2xml-X.X.X.jar -i input.xml -o output.pmd`\n\nオプション詳細は-helpオプションで確認してください。\n\n\n## ライセンス ##\n\n* Pmd2XML独自のソフトウェア資産には [The MIT License][MIT] が適用されます.\n\n\n## プロジェクト創設者 ##\n\n* 2010年に [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%2Fpmd2xml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folyutorskii%2Fpmd2xml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folyutorskii%2Fpmd2xml/lists"}