]> git.draconx.ca Git - aspectbin.git/blob - README
Update .gitignore.
[aspectbin.git] / README
1 AspectBin - A GTK+ container for packing with constrained aspect ratio.
2
3 SYNOPSIS
4
5 AspectBin is a container which packs two widgets next to each other: one with
6 a constrained aspect ratio and another which fits in the remaining space.  It
7 is conceptually similar to the AspectFrame, but attempts to not waste space on
8 padding.  AspectBin is primarily intended for games that have an aspect
9 constrained playing area with status information on the side.  Some of the
10 problems that AspectBin attempts to solve are:
11
12   * A square playing area centred vertically in the window, with status
13     information to the right, aligned with the top of the playing area.
14   * Status information centred horizontally in the space remaining to the right
15     of a playing area.