303 projects tagged "Widget Sets"
picoTK is a C GUI toolkit that requires only a minimum of memory resources. It is intended for embedded system use, especially for (but not limited to) the RTEMS realtime kernel. It is in no way comparable featurewise to a "real" full blown windows toolkit like Qt or nanoX; it rather provides simple drawing primitives like lines, filled rectangles, characters, and pixmaps. (But that is what many embedded applications might ask for.) It directly works on tailored "framebuffer" hardware. A Linux framebuffer emulator is supplied as part of the kit, making evaluation (and emulation!) possible without having a realtime OS and custom hardware.
PLIB is a set of libraries to write games and other realtime interactive applications that are 100% portable across a wide range of hardware and operating systems. It's used by Majik3D, FlightGear, and others, and includes libraries for GUI widgets, sound replay, geometry, scene graph, joystick, and fonts/text.
QSuperList is a virtually codeless listbox for Qt. It provides a listbox with a plus and minus button that handles additions and subtractions to the listbox. The number of items, length of items, allowance of blank values are also set from simple member functions once. Editing an item is just a doubleclick in the listbox.
Qt is a comprehensive, object-oriented development framework that enables development of high-performance, cross-platform rich-client and server-side applications. When you implement a program with Qt, you can run it on the X Window System (Unix/X11), Apple Mac OS X, and Microsoft Windows NT/9x/2000/XP by simply compiling the source code for the platform you want. Qt is the basis for the KDE desktop environment, and is also used in numerous commercial applications such as Google Earth, Skype for Linux, and Adobe Photoshop Elements.