processing. frederickk library update

i have updated my Frederickk processing library to reflect the structure of ofxFControl, with some minor tweaks and additions. namely the ability to be able to use a custom typeface for the interface elements. in addition i have updated some of the tools and added a very basic timer class. there are some examples in the download packet.

gui elements
FCheck check box/toggle
FKnob button/knob
FMeter slider as meter (top left)
FSlider slider as slider (top right)

tools
FDataReader loads images from a folder
FPalette creates colors from an image
FTime wrapper that returns the date date() as yymmdd or time time() as hhmmss
FTimer basic timer function counts in miliseconds (1000 = 1sec)

* as with most of the things found on this blog, the code works for me (osx 10.5.8) but i make no gurantees that it will work for you. however, feel free to update and hack anything useful out it. just let me know and please keep a link to this blog or my google code page

Labels: