]> git.draconx.ca Git - aspectbin.git/commitdiff
Add a short readme.
authorNick Bowler <nbowler@draconx.ca>
Sun, 15 Mar 2009 21:14:24 +0000 (17:14 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 15 Mar 2009 21:14:24 +0000 (17:14 -0400)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..0b09c83
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+AspectBin - A GTK+ container for packing with constrained aspect ratio.
+
+SYNOPSIS
+
+AspectBin is a container which packs two widgets next to each other: one with
+a constrained aspect ratio and another which fits in the remaining space.  It
+is conceptually similar to the AspectFrame, but attempts to not waste space on
+padding.  AspectBin is primarily intended for games that have an aspect
+constrained playing area with status information on the side.  Some of the
+problems that AspectBin attempts to solve are:
+
+  * A square playing area centred vertically in the window, with status
+    information to the right, aligned with the top of the playing area.
+  * Status information centred horizontally in the space remaining to the right
+    of a playing area.