All Projects â†’ alatnet â†’ Lumberyard Cubism3 Gem

alatnet / Lumberyard Cubism3 Gem

Licence: agpl-3.0
An Amazon Lumberyard Gem that adds in Live2D Cubism3 functionality to LyShine.

Labels

Projects that are alternatives of or similar to Lumberyard Cubism3 Gem

Pio
🎃 䞀䞪支持曎换 Live2D 暡型的纯 JS 插件
Stars: ✭ 626 (+4715.38%)
Mutual labels:  live2d
Live2d
圚 Web 䞊展瀺 Live2D 吧
Stars: ✭ 818 (+6192.31%)
Mutual labels:  live2d
Adminpanel
This gem has the goal to act as the administration panel for your resources, so you can focus only on the public part of your app
Stars: ✭ 7 (-46.15%)
Mutual labels:  gem
Yt
The reliable YouTube API Ruby client
Stars: ✭ 674 (+5084.62%)
Mutual labels:  gem
Materialize Sass
Materializecss rubygem for Rails Asset Pipeline / Sprockets
Stars: ✭ 785 (+5938.46%)
Mutual labels:  gem
Octicons
A scalable set of icons handcrafted with <3 by GitHub
Stars: ✭ 7,039 (+54046.15%)
Mutual labels:  gem
Xspear
Powerfull XSS Scanning and Parameter analysis tool&gem
Stars: ✭ 583 (+4384.62%)
Mutual labels:  gem
Itamae Plugin Resource Encrypted remote file
encrypt secret data (e.g. id_rsa), and forward decrypted file to remote.
Stars: ✭ 10 (-23.08%)
Mutual labels:  gem
Batch Loader
⚡ Powerful tool for avoiding N+1 DB or HTTP queries
Stars: ✭ 812 (+6146.15%)
Mutual labels:  gem
Datagrid
Gem to create tables grids with sortable columns and filters
Stars: ✭ 921 (+6984.62%)
Mutual labels:  gem
Rainbow
Ruby gem for colorizing printed text on ANSI terminals
Stars: ✭ 683 (+5153.85%)
Mutual labels:  gem
Facets
Ruby Facets
Stars: ✭ 750 (+5669.23%)
Mutual labels:  gem
Bh
Bootstrap Helpers for Ruby
Stars: ✭ 834 (+6315.38%)
Mutual labels:  gem
Discordrb
Discord API for Ruby
Stars: ✭ 651 (+4907.69%)
Mutual labels:  gem
Puree
Metadata extraction from the Pure Research Information System.
Stars: ✭ 8 (-38.46%)
Mutual labels:  gem
Coltrane
🎹🎞A music theory library with a command-line interface
Stars: ✭ 625 (+4707.69%)
Mutual labels:  gem
Exception notification Shoryuken
Exception Notifier Plugin for Rails with Shoryuken http://smartinez87.github.com/exception_notification
Stars: ✭ 5 (-61.54%)
Mutual labels:  gem
Modern Resume Theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
Stars: ✭ 868 (+6576.92%)
Mutual labels:  gem
Moab Versioning
Gem to process digital object version content, metadata, and manifests
Stars: ✭ 9 (-30.77%)
Mutual labels:  gem
Green Button Data
Fast Ruby parser and API client for Green Button data
Stars: ✭ 18 (+38.46%)
Mutual labels:  gem

Lumberyard-Cubism3-Gem

An Amazon Lumberyard Gem that adds in Live2D Cubism3 functionality to LyShine.

Requirements

To compile the gem, it requires that you have downloaded Cubism3 SDK from live2d.
Place the SDK's develop and release library files in "3rdParty" folder and the SDK's include files in "3rdParty\include".
To use the native components implementation of Cubism3 animations it is required that you download the latest version from their github and place "Live2DCubismFramework.h" and "Live2DCubismFrameworkINTERNAL.h" into "3rdParty\include" and the Framework source files into "3rdParty\source\Framework".
Afterwards edit the wscript to enable the implementation.

How to have asset listing

In order to have the editor list Cubism3 assets you will need to add the following to your "Amazon/Lumberyard/<version>/dev/AssetProcessorPlatformConfig.ini":

; Copy Cubism3 Moc3 Files
[RC Cubism3_Moc]
glob=*.moc3
params=copy
productAssetType={7DB33C8B-8498-404C-A301-B0269AE60388}

; Copy Cubism3 Model3 Files
[RC Cubism3_Model3]
glob=*.model3.json
params=copy
productAssetType={A679F1C0-60A1-48FB-8107-A68195D76CF2}

; Copy Cubism3 Motion3 Files
[RC Cubism3_Motion3]
glob=*.motion3.json
params=copy
productAssetType={DC1BA430-5D5E-4A09-BA5F-1FB05180C6A1}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].