This repository contains tools releated to BBSing and Ansi in general. It contains:
Icy Term a terminal program for legacy BBS systems.
Icy Draw a drawing tool supporting almost all ANSI formats.
Icy View a viewer to browse/view Ansi screens.
Icy Play a tool that shows icy draw animations on cmd line/bbs.
- Install rust toolchain: https://www.rust-lang.org/tools/install
- On linux you need "sudo apt-get install build-essential libgtk-3-dev libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev"
- if you don't have apt-get installing these libraries is similiar the next step will tell you what's missing exactly.
- Then you're ready to go "cargo build --release"
- Exectuables for all tools are in target/release
- Note: Initalizing submodules "git update --init" may be required on first checkout with git.