Crate river_bsp_layout
source ·Modules§
Structs§
- Create a Binary Space Partitioned layout. Specifically, this layout recursively divides the screen in half. The split will alternate between vertical and horizontal based on which side of the container is longer. This will result in a grid like layout with more-or-less equal sized windows evenly distributed across the screen
Enums§
- Wrapper for errors relating to the creation or operation of a
BSPLayout