MizunagiKB / gd_cubism

Unofficial Live2D Player for Godot Engine
https://mizunagikb.github.io/gd_cubism/
Other
144 stars 17 forks source link
csharp gdscript godot godotengine

= Cubism for GDScript :encoding: utf-8 :lang: ja :author: MizunagiKB mizukb@live.jp :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 です。

[NOTE]

この GDExtension は Godot Engine 4.3 以上で使用可能です。(4.1, 4.2 で使用したい場合は link:https://github.com/MizunagiKB/gd_cubism/tree/0.7-godot4.1[7.0-godot41] を使用してください)

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[]

== ビルド方法

== 使用方法

ifndef::env-github,env-vscode[]

== ビルド方法

== 使用方法

== 関連情報