Projects tagged ‘toolkit’


[111 total ]
351

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

338

jQuery

   
Primary Language: JavaScript Licensed as: GNU General Public License 2.0,MIT License

jQuery is a fast, concise, JavaScript library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your Web pages. It is not a huge, bloated framework promising the best in AJAX, nor is ... [More] it just a set of needlessly complex enhancements. jQuery is designed to change the way that you write JavaScript. "You start with 10 lines of jQuery that would have been 20 lines of tedious DOM JavaScript. By the time you are done it's down to two or three lines and it couldn't get any shorter unless it read your mind." - Dave Methvin [Less]

Metrics updated 12 Oct 08

271

Prototype Javascript Framework

   
Primary Language: JavaScript Licensed as: MIT License

Prototype is a JavaScript framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.

Metrics updated 21 Jul 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, ...

90

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 about 14 hours ago

63

Google Web Toolkit

   
Primary Language: Java Licensed as: Apache License 2.0

Google Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web applications ... [More] today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatibilities between web browsers and platforms. [Less]

Metrics updated 06 Mar 08

54

PyGTK

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

Metrics updated about 3 hours ago

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 about 21 hours ago

29

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.