diff options
Diffstat (limited to 'packages/docs/content/en/manual/index.mdx')
| -rw-r--r-- | packages/docs/content/en/manual/index.mdx | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/packages/docs/content/en/manual/index.mdx b/packages/docs/content/en/manual/index.mdx new file mode 100644 index 0000000..9dee19f --- /dev/null +++ b/packages/docs/content/en/manual/index.mdx @@ -0,0 +1,95 @@ +--- +title: Welcome to DropOut +description: Modern, reproducible, and developer-grade Minecraft launcher +--- + +# Welcome to DropOut + +DropOut is a modern Minecraft launcher built with Tauri v2 and Rust, designed for players who value control, transparency, and long-term stability. + +<div style={{ textAlign: 'center', margin: '2rem 0' }}> + <img src="/image.png" alt="DropOut Launcher" style={{ maxWidth: '700px', borderRadius: '8px' }} /> +</div> + +## Why DropOut? + +Most Minecraft launchers focus on getting you into the game. DropOut focuses on keeping your game **stable**, **debuggable**, and **reproducible**. + +- Your instance worked yesterday but broke today? → **DropOut makes it traceable.** +- Sharing a modpack means zipping gigabytes? → **DropOut shares exact dependency manifests.** +- Java, loader, mods, configs drift out of sync? → **DropOut locks them together.** + +This launcher is built for players who value control, transparency, and long-term stability. + +## Quick Links + +<Cards> + <Card + title="Getting Started" + href="getting-started" + description="Install and set up DropOut in minutes" + /> + <Card + title="Features" + href="features" + description="Explore all the capabilities of DropOut" + /> + <Card + title="Architecture" + href="architecture" + description="Learn about the technical design" + /> + <Card + title="Development" + href="development" + description="Build and contribute to DropOut" + /> +</Cards> + +## Key Features + +### High Performance +Built with Rust and Tauri for minimal resource usage and fast startup times. + +### Modern UI +Clean, distraction-free interface with Svelte 5, Tailwind CSS 4, and particle effects. + +### Secure Authentication +Microsoft OAuth 2.0 with device code flow and offline authentication support. + +### Mod Loader Support +Built-in installation for Fabric and Forge with automatic version management. + +### Java Management +Automatic detection of installed Java versions and integrated downloader for Adoptium JDK/JRE. + +### Instance System +Isolated game environments with independent configurations, mods, and saves. + +### AI Assistant +Built-in AI helper for troubleshooting, configuration, and guidance. + +### Fast Downloads +Concurrent asset and library downloads with resume support and progress tracking. + +## Technology Stack + +- **Backend**: Rust with Tauri v2 +- **Frontend**: Svelte 5 with runes +- **Styling**: Tailwind CSS 4 +- **Build Tool**: Vite with Rolldown +- **Documentation**: Fumadocs with React Router + +## Community + +- **GitHub**: [HydroRoll-Team/DropOut](https://github.com/HydroRoll-Team/DropOut) +- **Issues**: [Report bugs](https://github.com/HydroRoll-Team/DropOut/issues) +- **Roadmap**: [View development roadmap](https://roadmap.sh/r/minecraft-launcher-dev) + +## License + +DropOut is open source software licensed under the MIT License. + +--- + +Ready to get started? Check out the [Getting Started Guide](getting-started)! |