Skip to content

reflektone-games/simai-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simai-rs

simai-rs is an interpreter and serializer for simai, a custom chart format for the arcade rhythm game maimai, written in Rust.

This project is based on SimaiSharp, the C# implementation of simai.

Getting Started

To use simai-rs, add it to your Cargo.toml:

[dependencies]
simai-core = { git = "https://github.com/reflektone-games/simai-rs" }

You can get examples of how to use the library in the examples directory.

Currently, we only provide the library on GitHub. We will publish it to crates.io in the future.

Contribute

Issues and pull requests are welcome!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages