mirror of
https://github.com/ratatui/ratatui.git
synced 2025-12-29 21:01:16 +00:00
The octant marker is an alternative to the Braille marker with the same
resolution, but offering densely packed, regular pseudo-pixels, without
visible bands between rows and columns.
Quadrant and Sextants are also added to support 2x2 and 2x3.
Sextant and Octant unicode characters that are less widely supported at
the moment, which is why `Braille` was left as the default.
BREAKING CHANGE: addition of new variants to `Marker` and removal of
no longer used constants in `ratatui:🔣:braille`.
Canvas demo
This example shows how to render various shapes and a map on a canvas.
To run this demo:
cargo run -p canvas