Awesome
Rift Explorer is no longer maintained. For an alternative, see LCU Explorer.
Always up to date documentation for the League Client API.
Rift Explorer helps aid development of LCU applications by generating documentation of the LCU API.
What is the LCU?
For more information as to what the LCU is please refer to this link.
Table of contents:
Getting Started
Requirements
- Windows 7 or above (64-bit)
- macOS sierra or above (64-bit)
- Linux is partially supported(64-bit). - if you would like to help please open an issue regarding it
Note: 32-bit is unsupported.
Prebuilt
The latest prebuilt binaries for Windows and macOS can be found below
<a href="https://github.com/Pupix/rift-explorer/releases/download/latest/rift-explorer-v6.3.0-darwin-x64.zip"> <img alt="macos" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Apple_logo_black.svg/404px-Apple_logo_black.svg.png" width="50" /> </a> <a href=""> <img alt="windows" src="https://cdn4.iconfinder.com/data/icons/social-media-logos-6/512/70-windows-512.png" width="50" /> </a>Building
Prerequisites
Run from source
1. Clone from repo
git clone https://github.com/Pupix/rift-explorer.git
2. Install dependencies
yarn install
3. Start League of Legends
<br>4. Start Rift Explorer
yarn dev
<br/>
Build from source
1. Clone from repo
git clone https://github.com/Pupix/rift-explorer.git
2. Install dependencies
yarn install
3. Build
yarn build
Bugs and Issues
For any bugs or issues please use the issue template
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
FAQ
Q: Why is a 32-bit version of Rift Explorer missing?
A: We have never supported 32-bit versions of Rift Explorer and will never provide support nor downloads for 32-bit versions, However it can be built from source but as said previously no support will be given if an issue arises. Any issues relating to 32-bit versions of Rift Explorer will simply be closed.
License
Distributed under the MIT License. See LICENSE.md for more information.