/SonataLauncher

The next generation Minecraft Launcher

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Sonata Launcher

The next generation Minecraft Launcher

The project is under heavy development

Build the project

Fetch the source code

git clone https://github.com/Qeatrix/SonataLauncher.git

Build frontend

cd app && npm run build

Build ActionHandler

cd action_handler && cargo run build

Project Todo

Action Handler

  • Logger implementation
  • Different Java versions downloader
    • Comapre every Java downloaded path
    • Endpoint for Java download
    • WebSockets integration
  • Home directory handling
  • Refactor WebSocket messages types
  • Implement natives folder handling
  • Separate endpoint for instance launching
  • Code refactoring in instance/mod.rs
  • Endpoint for sending installed instances
    • Instance directory initialization
      • Refactor init_instance_dir function
    • Installed instances storing implementation in JSON
  • Endpoint for sending required authenticated account
    • Storing authenticated accounts

Frontend

  • Refactor WebSocket messages types
  • Instance download manager with WebSockets integration
    • Switching between percentage and elapsed downloading time
      • Correct Cancel button handling
  • Tasks widget on headerbar
    • Storage of minimized windows
  • Retrieving installed instances
    • Reusable grid display component
  • Account authentication
  • Refactor localization store
  • Migrate from Electron to Tauri
    • Verify correct rendering of the interface in webview on different platforms
      • Linux
      • macOS
      • Windows

Application Architecture

Application Architecture Map