Projects tagged ‘gui’ and ‘library’


[81 total ]
350

GTK+

   
Primary Language: C Licensed as: GNU Lesser General Public License 2.1

GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. GTK+ has been designed from the ground ... [More] up to support a range of languages, not only C/C++. Using GTK+ from languages such as Perl and Python (especially in combination with the Glade GUI builder) provides an effective method of rapid application development. [Less]

Metrics updated 07 Oct 08

118

Qt

   
Licensed as: GNU General Public License 2.0,GNU General Public License 3.0

Qt is a cross-platform (Windows, Unix, MacOs X) graphical toolkit. Qt features a rich API to write GUI software, but also for other aspect of application development : network classes, xml, internationalisation, database, ...

112

KDElibs (KDE)

   
Primary Language: C/C++ Licensed as: GNU Lesser General Public License 2.1

The KDE libraries, basis of KDE and used by many open source projects. They are based on Qt, Trolltech's cross-platform toolkit, and run on Linux, BSDs, and other Unices, as well as Microsoft Windows and Mac OS X. Licensed under GNU LGPL, they may be used by open source and proprietary applications.

Metrics updated 22 Sep 08

89

wxWidgets

   
Primary Language: C/C++ Licensed as: wxWindows Library License

wxWidgets lets developers create applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using one codebase. It can be used from languages such as C++, Python, Perl, and C#/.NET. Unlike other cross-platform toolkits, wxWidgets ... [More] applications look and feel native. This is because wxWidgets uses the platform's own native controls rather than emulating them. [Less]

Metrics updated 10 Sep 08

66

Dojo

   
Primary Language: JavaScript Licensed as: Academic Free License,The BSD License

Dojo is a modular JavaScript toolkit that makes building richer web UI's much easier. Dojo builds on a fast, lightweight base that provides a competitive set of features (DOM traversal, AJAX, animations, event handling) at the same size as many of ... [More] the alternative "lightweight" toolkits. On top of that base Dojo provides easy access to an extensive collection of optional modules, including a widget framework that focuses on accessibility and internationalization, 2D and 3D charting and vector graphics, advanced math functions, offline capabilities, cryptography, and much much more. It also comes with a build system that collects and minifies your files into layers that you can include in your page as needed to simplify deployment and improve performance. [Less]

Metrics updated 01 Sep 08

54

PyGTK

   
Primary Language: Python Licensed as: GNU Lesser General Public License 2.1

Metrics updated 06 Oct 08

44

JFreeChart

   
Primary Language: Java Licensed as: GNU Lesser General Public License 2.1

JFreeChart is a chart library for the Java platform that supports a wide range of charts including pie charts (2D and 3D), bar charts (horizontal and vertical, regular or stacked, with optional 3D-effects), line charts, XY plots, scatter plots, time ... [More] series charts, high/low/open/close charts, candlestick plots, Gantt charts, Pareto charts, combination charts, and more. It is suitable for use in applications, applets, servlets, and JSP. [Less]

Metrics updated 03 Sep 08

43

wxPython

   
Primary Language: C++ Licensed as: wxWindows Library License

wxPython is a Python extension module that wraps the wxWidgets cross-platform GUI library and provides an alternative to Tkinter and PythonWin. It attempts to mirror the class hierarchy of wxWidgets as closely as possible and is very versatile. It ... [More] can be used to create standalone GUI applications or can be used in situations in which Python is embedded in a wxWidgets C++ application as an internal scripting or macro language. The currently supported GUIs are Win32, GTK/X-Windows, and Mac OS X. [Less]

Metrics updated 03 Oct 08

35

Libglade

   
Primary Language: C Licensed as: GNU Lesser General Public License 2.1

Libglade is a library that performs a similar job to the C source output routines in the GLADE user interface builder. Whereas GLADE's output routines create C source code that must be compiled, libglade builds the interface from an XML file (GLADE's save format) at runtime. This can allow modifying the user interface without recompiling.

Metrics updated 05 Oct 08

28

YUI

   
Licensed as: BSD-ish License

The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX.