18 releases (4 breaking)

Uses new Rust 2024

new 0.5.1 May 12, 2025
0.4.4 May 7, 2025
0.3.3 Mar 30, 2025

#13 in #magic

Download history 149/week @ 2025-02-03 202/week @ 2025-02-10 372/week @ 2025-02-17 180/week @ 2025-02-24 44/week @ 2025-03-03 1/week @ 2025-03-10 56/week @ 2025-03-24 186/week @ 2025-03-31 152/week @ 2025-04-07 312/week @ 2025-04-14 160/week @ 2025-04-21 34/week @ 2025-04-28 226/week @ 2025-05-05

757 downloads per month

Apache-2.0 OR MIT

1.5MB
4K SLoC

ArenaBuddy

An MTGA companion app

Development Instructions

To get started with the ArenaBuddy development environment, follow these steps:

  1. Install Prerequisites:

    • Rust toolchain
    • Required platform-specific dependencies for Tauri development
  2. Development Commands:

    # Run development server
    cargo tauri dev
    
    # Build production version
    cargo tauri build
    
  3. Project Structure:

    • /arenabuddy_scraper - scraping utility for building card databases from external sources
    • /public - Static assets
    • /arenabuddy_cli - Command line tool for testing arena log parsing without UI
    • /src - Frontend source code
    • /src-tauri - Rust backend code

Dependencies

~42–89MB
~1.5M SLoC