# Velocity Velocity is designed to make it easy to create beautiful terminal graphics in your Rust applications. Whether you're building a the next Neovim, or a simple game, Velocity can help you create output that is both informative and visually appealing. ## Compatibility Velocity is compatible with Linux, OSX, and Windows operating systems. True color _is_ supported in the new Windows Terminal, the classic terminal has a maximum color limit of 16/ ## Usage Add this in your `Cargo.toml`: ``` [dependencies] velocity = "0.1.0" ```