No description
Find a file
2023-07-11 18:31:59 -04:00
.github/workflows Work around double zip problem 2023-06-15 18:29:40 -04:00
bff Start version and platform aware object parsing 2023-07-10 19:32:40 -04:00
bff-cli Add platforms enum 2023-07-10 16:33:14 -04:00
bff-gui Start parsing blocks 2023-05-26 13:29:35 -04:00
.gitignore Add Cargo.lock 2023-06-15 17:36:35 -04:00
Cargo.lock Make bff more resilient and add tests 2023-06-29 18:44:41 -04:00
Cargo.toml Project setup 2023-04-26 08:36:37 -04:00
LICENSE Initial commit 2023-04-25 15:55:20 -04:00
README.md Add LZ subcommand 2023-06-16 18:59:48 -04:00
rustfmt.toml Add rustfmt.toml 2023-07-11 18:31:59 -04:00

bff

BigFile Friend

GitHub Workflow Status Release Nightly Join the chat at https://discord.gg/CQgMNbYeUR

A GUI/CLI utility to work with Zouna BigFiles.

This repository is a relative of the main FMTK repository.

Getting Started

Prerequisites

Checkout

git clone https://github.com/widberg/bff.git
cd bff

Build

cargo build --release