Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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