aoki-marika / libmirai

A C library for reading files from the Hatsune Miku: Project Mirai series of 3DS games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libmirai

A C library for reading files from the Hatsune Miku: Project Mirai series of 3DS games.

Please see the Wiki for documentation on the file formats.

Usage

As libmirai only uses the C standard library, there are many ways to include it.

If using Xcode then it is recommended to include the libmirai Xcode project in your workspace, and then have the library be linked by adding libmirai to your target's Frameworks and Libraries.

In other cases either the source files can be added to the program, or a custom Makefile or similar can be created to build libmirai into a static/dynamic library and then link that to the program.

About

A C library for reading files from the Hatsune Miku: Project Mirai series of 3DS games.


Languages

Language:C 100.0%