Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizunagikb/gd_mocopi
mocopi for Godot
https://github.com/mizunagikb/gd_mocopi
gdscript godot godotengine
Last synced: about 1 month ago
JSON representation
mocopi for Godot
- Host: GitHub
- URL: https://github.com/mizunagikb/gd_mocopi
- Owner: MizunagiKB
- License: mit
- Created: 2024-03-20T06:24:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-06T02:18:56.000Z (7 months ago)
- Last Synced: 2024-09-23T12:32:33.533Z (about 2 months ago)
- Topics: gdscript, godot, godotengine
- Language: GDScript
- Homepage:
- Size: 22.4 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= mocopi Receiver for Godot
:encoding: utf-8
:lang: ja
:author: MizunagiKB
:copyright: 2024 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[]
Japanese / link:README.en.adoc[English]
endif::env-github,env-vscode[]
ifndef::env-github,env-vscode[]
Japanese / link:README.en.adoc[English]
endif::env-github,env-vscode[]== GDMocopi について
image::docs/res/images/gd_mocopi_fig1.png[]
このソフトウェア(以下GDMocopi)は link:https://www.sony.net/Products/mocopi-dev/jp/[SONY mocopi] から送信される情報を Godot Engine で受信するための**非公式**な GDExtension です。
ソフトウェアは mocopi からの送られてくる通信データを受け取り、任意のモデルデータに適用するためのものと、それを応用したサンプルアプリケーションから構成されています。
この GDExtension は Godot Engine 4.1 以上で使用可能です。
== 使用方法
ifdef::env-github,env-vscode[]
* link:./docs/USAGE.ja{adocsuffix}[]
endif::env-github,env-vscode[]
ifndef::env-github,env-vscode[]
* link:./USAGE.ja{adocsuffix}[]
endif::env-github,env-vscode[]== ライセンス
GDMocopi 本体は MIT License として公開致します。 +
異なるライセンスのものが含まれていますので、再利用する際にはお気をつけ下さい。VRM addon for Godot Engine::
VRMファイルの読み込みに、 V-Sekai/godot-vrm アドオンを使用しています。 +
https://github.com/V-Sekai/godot-vrm/RAYNOSちゃん Avatar::
デモを兼ねたアプリケーションで使用している、VRMモデルに RAYNOS-chan-avatar_v1.0.3.zip を使用しています。 +
https://www.sony.net/Products/mocopi-dev/jp/downloads/DownloadInfo.htmlFont Awesome::
GUIで使用しているアイコンに FontAwesome を使用しています。 +
https://fontawesome.com/== 関連情報
* link:https://www.sony.net/Products/mocopi-dev/jp/[Mobile Motion Capture "mocopi" Developer Site]
* link:https://github.com/seagetch/mcp-receiver[mcp-receiver(GitHub)]
* link:https://github.com/vrm-c[VRM Consortium(GitHub)]
* link:https://github.com/V-Sekai/godot-vrm[VRM addon for Godot Engine(GitHub)]
* link:https://github.com/MizunagiKB/gd_mocopi[MizunagiKB / gd_mocopi (GitHub)]