Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cangzhang/champ-r
πΆ Yet another League of Legends helper
https://github.com/cangzhang/champ-r
league-of-legends windows-10 windows-11
Last synced: 28 days ago
JSON representation
πΆ Yet another League of Legends helper
- Host: GitHub
- URL: https://github.com/cangzhang/champ-r
- Owner: cangzhang
- License: lgpl-2.1
- Created: 2020-01-22T07:49:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T06:00:26.000Z (about 2 months ago)
- Last Synced: 2024-09-28T22:22:52.327Z (about 1 month ago)
- Topics: league-of-legends, windows-10, windows-11
- Language: Rust
- Homepage:
- Size: 17.4 MB
- Stars: 1,726
- Watchers: 16
- Forks: 137
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - cangzhang/champ-r - πΆ Yet another League of Legends helper (Rust)
- awesome-league - ChampR - Allows auto generate recommend champion builds and popup runes list and apply on the fly. (Applications)
README
# ChampR
![ChampR](https://socialify.git.ci/cangzhang/champ-r/image?description=1&font=KoHo&forks=1&language=1&owner=1&stargazers=1)
[![](https://img.shields.io/github/v/release/cangzhang/champ-r?label=LATEST%20VERSION&style=for-the-badge)](https://github.com/cangzhang/champ-r/releases/latest)
[![](https://img.shields.io/github/downloads/cangzhang/champ-r/total?style=for-the-badge)](https://github.com/cangzhang/champ-r/releases)[δΈζζζ‘£](./README_zh.md)
Yet another League of Legends helper.
[App icon](https://www.flaticon.com/free-icon/dog_2767976), credits to [flaticon.com](https://www.flaticon.com/).
> β€ Special thanks to [JetBrains](https://www.jetbrains.com/?from=champ-r) for sponsoring opensource license to this project.
| Builds | Runes | Settings |
|:---------------------------:|:--------------------------:|:-----------------------------:|
| ![](./docs/pics/Builds.png) | ![](./docs/pics/Runes.png) | ![](./docs/pics/Settings.png) |## Features
- π¦ Auto generate recommend champion builds
- π Popup runes list & apply on the fly
- βΉοΈ Update notifier
- π Multiple data sources for **Summoner's Rift** / **ARAM** / **URF**
- `op.gg`
- `lolalytics.com`
- `u.gg`
- `champion.gg`
- `murderbridge.com`
- ...
- β¨ i18n support (WIP for v2)
- π¨π³ `Chinese`
- πΊπΈ `English`## Download
> ποΈ (For v2 users) If you cannot run ChampR v2 directly, install [webview2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section) first.
- `v2 nightly` `~4Mb` [Link](https://github.com/cangzhang/champ-r/releases)
- `v1 Stable` `~70Mb` [Download](https://github.com/cangzhang/champ-r/releases)## How to
### Import builds
1. Run ChampR as **administrator**
1. Choose the **installation folder** of League of Legends
1. Select data sources
1. Hit `Import` button
1. You can find them in the shop menu when playing game### Apply Runes
1. Run ChampR as **administrator**
1. Choose the **installation folder** of League of Legends
1. Start pvp game, the rune popup would show in the screen
1. Press `Apply` icon## FAQ
Check https://github.com/cangzhang/champ-r/wiki/FAQ
## Development
### Prerequisite
- [Node.js](https://nodejs.org/en/) >= 14
### Install dependencies
```console
pnpm install
```### Start
```console
# run as administrator
pnpm tauri dev
```### Build
```console
pnpm tauri build
```## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=cangzhang/champ-r&type=Date)](https://star-history.com/#cangzhang/champ-r&Date)