On Nov 22, 2007, at 4:03 PM, MacArthur, Ian (SELEX) (UK) wrote: > > >> I was wondering if anyone had implemented a fltk class to >> render menus >> in a radial (pie-like) fashion? > > I don't think I've seen a fltk implementation of a radial menu, I'm > afraid, so nothing you could immediately get up and running. > But I wouldn't think it would be all that hard for you to do.
I implemented circular menus for FLTK about seven years ago. People *loved* them to the point where they sometimes forgot what the software itself was about. I didn't like them as a designer/developer so much because they had to be laid out manually in FLUID. Also, they obviously require transparent windows, and I never got around to implement those correctly on any other platform than MSWindows. Anyway, if you are interested in reviving the code, I'll be happy to send you what I have. There are two conditions though: 1: the code must remain LGPL and be published back to the FLTK website, and 2: you must implement the X11 or OS X support (I will implement the one that you don't choose ;) . I'll try to find a snapshot of what it looked like when I get home. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

