Crates.io | live2d |
lib.rs | live2d |
version | 0.1.0 |
source | src |
created_at | 2018-02-10 20:35:57.603308 |
updated_at | 2018-02-10 20:35:57.603308 |
description | A rust wrapper around the Live2D Cubism SDK with extra functionality. |
homepage | https://github.com/Veykril/live2d-rs |
repository | https://github.com/Veykril/live2d-rs |
max_upload_size | |
id | 50593 |
size | 24,616 |
A rust wrapper around the Live2D Cubism SDK with extra functionality.
The exposed api is completely unstable atm and is very likely to change!
The live2d-sys
package 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.
If you set the variable to 'third-party' for example, then your project layout should look like this:
your-project:
src/
*.rs
third-party/
lib/
windows/
x86/
Live2DCubismCore.lib
x86_64/
Live2DCubismCore.lib
...
Cargo.toml