PHAT is a collection of GTK+ widgets geared toward pro-audio apps.
The goal is to eliminate duplication of effort and provide some
standardization (well, at least for GTK+ apps).
pure-gtk is a collection of bindings to use the GTK+ GUI toolkit version 2.x
with Pure. The bindings include the gtk (+gdk), glib, atk, cairo and pango
libraries, each in their own Pure module.
Pmw is a framework for building high-level compound widgets, or
megawidgets, constructed using other widgets as component parts. It
promotes consistent look and feel within and between graphical
applications, is highly configurable to your needs and is easy to use.
Pmw consists of:
* A few base classes, providing a framework for building megawidgets.
* A library of flexible and extensible megawidgets built on the base
classes, such as ButtonBox, ComboBox, MessageDialog, etc.
The interface to Pmw megawidgets is similar to basic Tk widgets, so it
is easy for developers to include both megawidgets and basic Tk
widgets in their graphical applications. In addition, all Pmw
megawidgets may themselves be extended, using either inheritance or
composition.
The use of the Pmw framework and megawidgets replaces common widget
combinations with higher level abstractions. This simplifies code,
making it more readable and maintainable and more easily modifiable.
The ability to extend Pmw megawidgets enables developers to create new
megawidgets based on previous work.
Cross platform
==============
Kivy is running on Linux, Windows, MacOSX, Android and IOS. You can run the
same code on all supported platforms. It can use natively most inputs
protocols and devices like WM_Touch, WM_Pen, Mac OS X Trackpad and Magic Mouse,
Mtdev, Linux Kernel HID, TUIO. A multi-touch mouse simulator is included.
Business Friendly
=================
Kivy is 100% free to use, under LGPL 3 licence. The toolkit is professionally
developed, backed and used. You can use it in a product and sell your product.
The framework is stable and has a documented API, plus a programming guide to
help for in the first step.
GPU Accelerated
===============
The graphics engine is built over OpenGL ES 2, using modern and fast way of
doing graphics. The toolkit is coming with more than 20 widgets designed to be
extensible. Many parts are written in C using Cython, tested with regression
tests.
GtkMathView is a C++ rendering engine for MathML documents. This module is
meant to be part of the Helm project, but the widget is independent from
it and easily embeddable within GTK+ applications.
SoQt is a Qt GUI component toolkit library for Coin. It is also compatible
with SGI and TGS Open Inventor, and the API is based on the API of the
InventorXt GUI component toolkit.
Qt4 is used in this version.
SWT is the software component that delivers native widget functionality
for the Eclipse platform in an operating system independent manner.
This port provides SWT without requiring a full download and build of
Eclipse.
This is Tk version 8.4, a GUI toolkit for Tcl.
The best way to get started with Tcl is to read ``Tcl and the Tk
Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X.
FOX/VTK canvas widget and interactor to allow VTK to interact with your FOX
application. Allows VTK to render inside a FOX application via the FXGLCanvas
control. Keyboard and mouse events are translated to allow for "native" VTK
functionality.
The Python X Library is a complete X11R6 client-side implementation
written in pure Python. It can be used to write low-level X client
applications in Python.