aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
blob: 6be6b08725e2f9a97297b90b772ad58fb95ace85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# DropOut - NextGeneration Minecraft Launcher

This is a new Minecraft launcher that is currently in development. It is designed to be a modern, fast and efficient launcher for Minecraft. It is written in Pure
Rust.

## Features

- **Modern UI**: DropOut has a modern and clean UI that is easy to use.
- **Fast**: DropOut is designed to be fast and efficient.
- **Cross-Platform**: DropOut is designed to work on Windows, macOS and Linux.
- **Pure Rust**: DropOut is written in pure Rust.
- **Open Source**: DropOut is open source and contributions are welcome.
- **Customizable**: DropOut is highly customizable.
- **Secure**: DropOut is designed to be secure.
- **No Ads**: DropOut is free and open source, and will never have ads.
- **No Tracking**: DropOut does not track you.

## Screenshots

Not Yet. :{

## Installation

You can download the latest version of DropOut from the [Releases](https://github.com/HsiangNianian/DropOut/releases) page.

### Build from Source

Prerequisites:
- [Rust](https://www.rust-lang.org/tools/install)
- [Tauri Prerequisites](https://v2.tauri.app/start/prerequisites/)

```bash
git clone https://github.com/HsiangNianian/DropOut
cd DropOut
# Install frontend dependencies (if any)
# npm install

# Build the application
cargo tauri build
```

## License

DropOut is licensed under the [MIT License](LICENSE).