All Projects → Veykril → cubism-rs

Veykril / cubism-rs

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE-APACHE MIT LICENSE-MIT
A rust wrapper around the Live2D Cubism SDK with extra functionality

Programming Languages

rust
11053 projects
GLSL
2045 projects

Projects that are alternatives of or similar to cubism-rs

cubism-es
ES6 module of cubism.js, based on d3v5.
Stars: ✭ 24 (-11.11%)
Mutual labels:  cubism
XLand
Live2D VTuber(Virtual YouTuber) App with extensible node graph editor
Stars: ✭ 62 (+129.63%)
Mutual labels:  cubism
pixi-live2d-display
A PixiJS plugin to display Live2D models of any kind.
Stars: ✭ 254 (+840.74%)
Mutual labels:  cubism

cubism-rs: Rust bindings for Live2D Cubism

A rust wrapper around the Live2D Cubism SDK with extra functionality.

General usage notes

The cubism-core-sys crate requires the Live2DCubismCore library to build and link properly. The build script finds the library by reading the environment variable CUBISM_CORE for the path.

An example set up would be the following, where CUBISM_CORE would have the path of the third-party dir set to it.

your-project:
├─src/
│   └─...
├─third-party/
│   ├─Core/
│   │   ├─lib/
│   │   │   ├─linux/
│   │   │   │   └─x86_64/
│   │   │   │       └─Live2DCubismCore.a
│   ...
│   └─Samples/ # needed for the examples to run
└─Cargo.toml

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