#Example
This directory contains example code for using Ferrix.
To run an example, use
```bash
cargo run --example <example-name>
```
| Example Name | Description | Command ||--------------|-------------|---------|| donut | Renders a rotating 3D donut using ASCII characters |`cargo run --example donut`|