Welcome to bracket-lib

You can read a tutorial series on writing a Roguelike with this library at: http://bfnightly.bracketproductions.com/rustbook/

What happened to RLTK?

This is RLTK, renamed because it is increasingly finding usage outside of just Roguelikes. It's also been divided into a number of crates, to make it easy to pick-and-choose the features you need.

Using bracket-lib

In your Cargo.toml file, include:

toml [dependencies] bracket-lib = "0.7"

Feature Flags

There are a few feature flags designed to aide integration with other systems:

Performance:

Terminal mode:

By default, bracket-lib runs in OpenGL mode (or WebGL if it detects that you are compiling for wasm32-unknown-unknown). If you want to use other rendering back-ends, disable default features and apply one of the following feature flags: