#streaming #gamedev #vtuber #inochi2-d

yanked inochi2d-rs

Rust bindings for Inochi2D

0.1.0 Jul 3, 2022

#5 in #vtuber

BSD-2-Clause

7KB
138 lines

Inochi2D Rust Bindings

This repository contains the (preliminary) Rust bindings for Inochi2D using the Inochi2D C SDK.

NOTE The bindings pull in a large chunk of the D runtime, including the Garbage Collector.

Building

These bindings currently assume the build libinochi2d-c.so is located in the root of the repository.

Then just run cargo build

License

These bindings are licensed under the BSD-2-Clause license, the full text of which can be found in the LICENSE file.

Dependencies

~0.4–330KB