Installation

Forged Thoughts can be easily installed as a Rust subcommand.

First, if you do not have already, install Rust and cargo on your system by following the easy steps here.

After that you can install Forged Thoughts by typing the following command in your terminal:

cargo install ftc

This installs ftc, the compiler and renderer front-end for Forged Thoughts. You can now invoke ftc in your terminal.

If you want to update ftc to the latest version just enter the above terminal command again.

Usage

Invoking ftc without any arguments will load, compile and render the main.ft file in the current directory.

You can change the input file with the input command or polygonize the input (instead of rendering it) via the polygonize command (see Polygonization).

Use --help to display all available commands.