mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 06:09:39 +00:00
49 lines
1.6 KiB
Markdown
49 lines
1.6 KiB
Markdown
<p align="center">
|
|
<img src="./src-angular/assets/images/bridge-animation.gif"/>
|
|
</p>
|
|
<h3 align="center">A rhythm game chart searching and downloading tool.</h3>
|
|
<img align="center" src="./src-angular/assets/images/example.png"/>
|
|
<hr>
|
|
|
|
**Bridge** is a desktop application that allows you to search for and download charts that can be played in games like Clone Hero, YARG, etc...
|
|
|
|
This is the desktop version of [Chorus Encore](https://www.enchor.us/).
|
|
|
|
## Setup
|
|
|
|
Head over to the [Releases](https://github.com/Geomitron/Bridge/releases) page to download the install wizard. (Windows 10/11, Mac, and Linux versions are available)
|
|
|
|
## Features
|
|
|
|
- ✅ Find all charts that can be found on Chorus Encore.
|
|
- ✅ Download any chart directly into your chart library as a chart folder or `.sng` file.
|
|
- ✅ Multi-select songs to add to the download queue.
|
|
- ✅ Cancel and retry downloads.
|
|
- ✅ In-app update checking and downloading.
|
|
- ✅ A variety of themes.
|
|
- ✅ Advanced song search.
|
|
- ✅ Chart issue scanner (for people making charts).
|
|
|
|
### What's new in v3.4.0
|
|
|
|
- Add new "Quality Reviewed" filter for drum charts
|
|
|
|
### Development
|
|
|
|
Built using Node.js, Angular, and Electron.
|
|
|
|
Learn how to install Node.js [here](https://nodejs.dev/en/download/)
|
|
|
|
After installing Node.js and cloning the repository, install dependencies and run development with:
|
|
|
|
```
|
|
$ npm install -g pnpm
|
|
$ pnpm install && pnpm start
|
|
```
|
|
|
|
### Socials
|
|
|
|
To discuss the project and make suggestions, please join the [Discord](https://discord.gg/cqaUXGm)
|
|
|
|
To help me pay for the server costs, please check out the [Patreon](https://www.patreon.com/ChorusEncore701)
|