An open API service indexing awesome lists of open source software.

https://github.com/mdmods/musedashmirror

A mod that makes it easier to mod Muse Dash
https://github.com/mdmods/musedashmirror

Last synced: 4 months ago
JSON representation

A mod that makes it easier to mod Muse Dash

Awesome Lists containing this project

README

          

# MuseDashMirror

[![Nuget](https://img.shields.io/nuget/v/MuseDashMirror)](https://www.nuget.org/packages/MuseDashMirror)
[![Documentation](https://img.shields.io/badge/documentation-%F0%9F%94%8D-9cf?label=Documentation)](https://mdmods.github.io/MuseDashMirror)
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fmdmods.github.io%2FMuseDashMirror&up_message=online&down_message=offline)](https://mdmods.github.io/MuseDashMirror)

**A mod library to easier modding in Muse Dash**

## Introduction

MuseDashMirror is a mod library for Muse Dash, it provides many useful classes and methods to help you modding Muse Dash.

For example, creating a toggle to manage your mod's setting, or creating a text on the screen.

**It mainly uses source generators to generate code, without reflection, which makes it very fast and easy to use.**

## Installation

Install [MuseDashMirror Nuget Package](https://www.nuget.org/packages/MuseDashMirror)

## Documentation

Check [Documentation](https://mdmods.github.io/MuseDashMirror) for more information.

## External Libraries

* [ILRepack.Lib.MSBuild.Task](https://github.com/ravibpatel/ILRepack.Lib.MSBuild.Task)
* [IndexRange](https://github.com/bgrainger/IndexRange)
* [ZString](https://github.com/Cysharp/ZString)