SBasic toolkits

For various reasons I sometimes create SBasic toolkits, most often for my own use. If you happen to have some use for it, too, then go ahead, they are free to use. I’d just like a copy of the result and perhaps some credits.

Full sources are also included.

Channel toolkit

I did create this for myself, mostly for testing purposes. Essentially the commands are direct wrappers around various SMSQ/E I/O traps.

Download toolkit, including source, here and see the documentation here.

HSV toolkit

Toolkit for converting colours from RGB into the HSV (hue, saturation, value) colour system and vice-versa. Can also generate the colour map/ramp sprites for implementing a graphical HSV-enabled colour picker.

Download toolkit, including source, here and see the documentation here.

To see an application that makes use of this toolkit, check out Wolfgang Uhlig and Bob Spelten’s QCP. Includes screenshot.

BASE64 toolkit

Toolkit for encoding/decoding base64 encoded data.

Download toolkit, including source, here and see the documentation here.