diff options
| author | 2025-01-16 01:26:49 +0800 | |
|---|---|---|
| committer | 2025-01-16 01:26:49 +0800 | |
| commit | ee71943e7433059d9326867d5dd62385ab76ab58 (patch) | |
| tree | 3e96b1343f040212f855a33bcb4ca57dd1f618d4 /README.md | |
| download | DropOut-ee71943e7433059d9326867d5dd62385ab76ab58.tar.gz DropOut-ee71943e7433059d9326867d5dd62385ab76ab58.zip | |
first commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..dedd2d0 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# 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, or you can build it from source: + +```bash +git clone https://github.com/HsiangNianian/DropOut +cd DropOut +cargo build --release +``` + +## License + +DropOut is licensed under the [MIT License](LICENSE). |