Skip to content

AlexKnauth/livesplit-one-druid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveSplit One Druid

A prototype Desktop version of LiveSplit One, using the Druid framework and the multiplatform livesplit-core library.

The Web Version is available at one.livesplit.org.

Build Instructions

In order to build LiveSplit One you need the Rust Compiler. You can then build and run the project with:

cargo run

In order to build and run a release build, use the following command:

cargo run --release

Configuration

The config file and log file are located in the local data directory from data_local_dir:

  • Windows: C:\Users\<name>\AppData\Local\LiveSplit\LiveSplit One\data\config.yml
  • Mac: /Users/<name>/Library/Application Support/org.LiveSplit.LiveSplit-One/config.yml
  • Linux: /home/<name>/.local/share/livesplitone/config.yml