Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liquidsquid1/riselb
A LiquidBounce SVELTE theme to imitate Rise
https://github.com/liquidsquid1/riselb
Last synced: 6 days ago
JSON representation
A LiquidBounce SVELTE theme to imitate Rise
- Host: GitHub
- URL: https://github.com/liquidsquid1/riselb
- Owner: liquidsquid1
- License: gpl-3.0
- Created: 2024-05-27T12:34:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T17:50:09.000Z (7 months ago)
- Last Synced: 2024-06-07T19:10:41.425Z (7 months ago)
- Language: Svelte
- Size: 2.42 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RiseLB
Recreation of the Rise Minecraft client user interface in LiquidBounce using Svelte.
# Overview
RiseLB is an open-source project that aims to recreate the Rise Minecraft client user interface in LiquidBounce, a popular Minecraft client, using Svelte, a lightweight and powerful JavaScript framework.
# Features
* **Rise-inspired User Interface**: RiseLB brings the iconic Rise UI to LiquidBounce, providing a familiar and intuitive experience for Rise users.
* **Customizable**: RiseLB is built using Svelte, making it easy to customize and extend the UI to suit your needs with little code.## Getting Started
### Prerequisites
* LiquidBounce installed on your system
* Node.js and npm installed on your system### Installation
1. Clone the repository: `git clone https://github.com/liquidsquid1/RiseLB.git`
2. Install dependencies: `npm install`
3. Build and run: `npm run build`, and copy the "dist" folder created into your LiquidBounce themes directory.### Want a different colour?
Before you do step 3, simply change `src\colors.scss` to change the accent colour. This will affect the entire user interface.
RiseLB is an open-source project, and we welcome contributions from the community. If you'd like to contribute, please fork the repository and submit a pull request.
## Acknowledgments
* The Rise Minecraft client for inspiration
* The CCBlueX team for their work on the LiquidBounce client