A Split editor and converter for LibreSplit
None yet, but we're working on:
- Opening JSON split files;
- Adding and editing splits;
- Changing Split file properties;
- Converting from LiveSplit split format.
LibreSplit-Editor requires the following dependencies on your system to compile:
- git
- meson
- libgtk+-3.0
- x11
- libjansson (for reading JSON split files)
- The libresplit converter library (included as a git submodule)
Clone the project:
git clone https://github.com/LibreSplit/LibreSplit-editor
cd LibreSplit-editor
Now compile and install:
meson setup build -Dbuildtype=release
meson compile -C build
meson install -C build