bracket-lib 0.8.7

Meta-crate holding the entirety of bracket-lib (and exposing it). Use this for the full roguelike toolkit experience.
Documentation
1
2
3
4
5
6
7
# Using the Examples


Each of the `bracket-lib` crates comes with a number of examples. These are a great source of inspiration for how the parts of the library fit together, as well as serving as a demonstration of what can be done.

You can run examples locally by changing directory to the crate you wish to use (e.g. `cd bracket-terminal`), and then running `cargo run --example (name)`. You can get a list of valid example names by omitting `(name)`.

> Many people find they learn better by reading examples, rather than big manuals. If so, this section is for you!