Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizunagikb/gd_cubism
Unofficial Live2D Player for Godot Engine
https://github.com/mizunagikb/gd_cubism
csharp gdscript godot godotengine
Last synced: about 16 hours ago
JSON representation
Unofficial Live2D Player for Godot Engine
- Host: GitHub
- URL: https://github.com/mizunagikb/gd_cubism
- Owner: MizunagiKB
- License: other
- Created: 2023-09-08T13:14:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T13:24:37.000Z (3 months ago)
- Last Synced: 2024-12-21T11:05:30.308Z (about 16 hours ago)
- Topics: csharp, gdscript, godot, godotengine
- Language: C++
- Homepage: https://mizunagikb.github.io/gd_cubism/
- Size: 2.32 MB
- Stars: 158
- Watchers: 8
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.adoc
Awesome Lists containing this project
README
= Cubism for GDScript
:encoding: utf-8
:lang: ja
:author: MizunagiKB
: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[]
* 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)]