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
- Host: GitHub
- URL: https://github.com/mdmods/musedashmirror
- Owner: MDMods
- License: gpl-3.0
- Created: 2023-01-29T14:36:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T12:24:48.000Z (over 1 year ago)
- Last Synced: 2025-09-23T15:00:04.444Z (9 months ago)
- Language: C#
- Homepage: https://mdmods.github.io/MuseDashMirror
- Size: 19.1 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MuseDashMirror
[](https://www.nuget.org/packages/MuseDashMirror)
[](https://mdmods.github.io/MuseDashMirror)
[](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)