Add proper README

This commit is contained in:
No Time To Play 2024-01-25 14:47:38 +00:00
parent 3769630bf1
commit f04556e395
1 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,21 @@
# tool-bar-butt
# Tool Bar But
Four-color icons for graphical user interfaces in desktop applications.
Modern user interfaces need icons, for example on toolbar buttons, but available icon sets tend to be fancy, which means large file sizes, which makes them cumbersome to embed in source code, doubly so without special tools. I make apps in Tcl/Tk; I want my icons to be a couple lines of base64-encoded data. Minimal icon sets exist, but they tend to be
1. black and white (or rather, light gray and white)
2. too fanciful for a boring old app with File / Edit / View menus.
Tool Bar But is a hastily named set of icons intended for toolbars in desktop applications, with a couple of unique traits:
1. they use only four colors (3 + transparency), but they have color!
2. they're in GIF format, because it compresses better at 2 bits per pixels.
Otherwise they follow the FreeDesktop.org icon naming conventions and sizes.
This project is still very new. A lot may change. Current plans include:
1. more icons (obviously)
2. XPM files for embedding in C or C++ code.
For now all icons are offered under a Creative Commons-Attribution 4.0 license.