gd_cubism
gd_cubism copied to clipboard
Unofficial Live2D Player for Godot Engine
= Cubism for GDScript :encoding: utf-8 :lang: ja :author: MizunagiKB [email protected] :copyright: 2023 MizunagiKB :doctype: book :nofooter: :toc: left :toclevels: 3 :source-highlighter: highlight.js :icons: font :experimental: :stylesdir: ./docs/res/theme/css :stylesheet: mizunagi-works.css ifdef::env-github,env-vscode[] :adocsuffix: .adoc endif::env-github,env-vscode[] ifndef::env-github,env-vscode[] :adocsuffix: .html endif::env-github,env-vscode[]
ifdef::env-github,env-vscode[] link:README.adoc[Japanese] / link:README.en.adoc[English] endif::env-github,env-vscode[]
== About GDCubism
このソフトウェア(以下GDCubism)は link:https://www.live2d.com/download/cubism-sdk/[Live2D Cubism SDK]を GDScript や C# から利用可能にするための非公式な GDExtension です。
この GDExtension は Godot Engine 4.1.1 以降で使用可能です。
GDCubism 内部ではLive2D社が公開している link:https://github.com/Live2D/CubismNativeFramework[Cubism Native Framework] を併用しています。
GDCubism については開発元のLive2D社に問い合わせない様お願い致します。
== 対応プラットフォーム
[cols="2",frame=none,grid=none] |===
|Windows a|
- x86_32
- x86_64
|macOS a|
- x86_64
- arm64
- universal
|Linux a|
- x86_64
|iOS a|
- arm64 (experimental)
- universal (experimental)
|Android a|
- armv7 (experimental)
- arm64v8 (experimental) |===
== ライセンス
[NOTE]
GDCubism は依存する外部ライブラリとリンクすることで、異なる利用条件のライセンスになります。 + GDCubism を組み込んでの配布や販売を考えている場合は以下のページに記載されているライセンスを確認してください。
ifdef::env-github,env-vscode[]
- link:https://mizunagikb.github.io/gd_cubism/gd_cubism/0.6/ja/license.html[License]
== ビルド方法
- link:https://mizunagikb.github.io/gd_cubism/gd_cubism/0.6/ja/build.html[Build]
== 使用方法
- link:https://mizunagikb.github.io/gd_cubism/gd_cubism/0.6/ja/usage.html[Usage] endif::env-github,env-vscode[]
ifndef::env-github,env-vscode[]
- link:./docs-src/modules/ROOT/pages/ja/license.adoc[License]
== ビルド方法
- link:./docs-src/modules/ROOT/pages/ja/build.adoc[Build]
== 使用方法
- link:./docs-src/modules/ROOT/pages/ja/usage.adoc[Usage] endif::env-github,env-vscode[]
== 関連情報
- Live2D ** link:https://www.live2d.com/[Live2D Cubism] ** link:https://www.live2d.com/download/cubism-sdk/[Live2D Cubism SDK] ** link:https://github.com/Live2D[Live2D (GitHub)] ** link:https://github.com/Live2D/CubismNativeFramework[CubismNativeFramework (GitHub)]
- MizunagiKB ** link:https://github.com/MizunagiKB/gd_cubism[MizunagiKB / gd_cubism (GitHub)]