Projects tagged ‘framework’ and ‘interface’


[27 total ]

299 Users
   

Qt is a cross-platform application and UI framework. Using Qt, you can write applications once and deploy them across many desktop and embedded operating systems without rewriting the source code.
Created over 2 years ago.

154 Users
   

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 ... [More] and Mac OS X. Licensed under GNU LGPL, they may be used by open source and proprietary applications. [Less]
Created over 3 years ago.

83 Users
   

Python web application framework
Created over 3 years ago.

16 Users
   

Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces. Clutter uses OpenGL (and optionally OpenGL ES) for rendering but with an API ... [More] which hides the underlying GL complexity from the developer. The Clutter API is intended to be easy to use, efficient and flexible. [Less]
Created over 2 years ago.

7 Users

Mirth is an HL7 interface gateway that allows for message filtering, transforming, and routing. Creating HL7 interfaces for existing systems becomes easy using the rich client interface and channel ... [More] creation wizard which associates applications with Mirth engine components. All configuration is done through a Java client which can connect remotely, and channels (HL7 interfaces) are easily configured, imported and exported using this interface. Once channels are properly configured, they can then be deployed, which means that they are actively running. They can be viewed on the status page of the application, and they can be started, stopped, or paused from this location. Various statistics, processed messages, and system events can also be viewed via the status page. [Less]
Created over 3 years ago.

5 Users
 

The Visual Component Framework is a cross platform C++ application framework that offers a modern, clean architecture. It is divided into three major libraries. The FoundationKit provides services ... [More] such as file access, streams, threads, synchronization primitives, and advanced RTTI features. The GraphicsKit includes classes for working with both image and vector graphics, and has built in support for the Anti-Grain Graphics library. The ApplicationKit provides GUI controls, use of the Model-View-Control pattern, property and component editors, undo/redo support, drag-and-drop, clipboard services, application resources, and UI metrics and policy managers. Additional "Kits" adding advanced functionality include an HTML kit, Internet kit, JavaScript kit, Network kit, OpenGL kit, and RegEx kit [Less]
Created over 3 years ago.

3 Users
   

Vexi is a platform for creating and publishing Graphical User Interfaces that can be used over the Internet or an intranet. It features a very simple and powerful syntax based on XML and JavaScript, a ... [More] set of complete, extensible, themable widgets, and a sandbox-like security model to protect users. [Less]
Created over 3 years ago.

2 Users

libNUI is a hardware accelerated GUI framework that makes it possible to build rich multi-platform applications based on 3D rendered dynamic layouts. Interfaces are built as a composition of widgets ... [More] and behaviors, and the framework handles positioning, resizing, anchoring, and texture stretching. Objects are connected with synchronous events and delegates for mono-threaded communication, or asynchronous notifications and message queues are used for multi-threaded applications. It also supports strings (including Unicode), paths, files, data streams, fonts, threads, critical sections, audio buffer rendering, and more. [Less]
Created 6 months ago.

1 Users

Lightweight framework for heavy lifting With Evolutility, you can build database CRUD web applications for ASP.net and SQL Server simply by describing their metadata (UI and DB mapping)... without ... [More] any hand coding necessary. http://www.evolutility.org [Less]
Created 9 months ago.

1 Users

159.407 - Object-Oriented Software Engineering Group Projects 2009JUF - A User Interface Framework for JavaDale Halliwell & Parul Sharma IntroductionThe aim of these projects is to design and ... [More] implement either a relative complex framework, or a component based system. The focus is on reuse. This means two things: Produce a piece of software to be used by other software. Reuse other software. Objectives:The framework support the generation of (client side) user interfaces for Java. The framework should work for all objects that follow the Java Bean Specification (so-called Plojos – plain old Java objects). In particular, the framework should be able to build forms “on the fly” that can be used to visualize and edit sets of objects and individual objects. AbstractionsAreas can be arranged in different constellations (fixed, separated by slider, list as list, tree or combobox on top, editor as pop-up, ..). Different containers are possible (plain list, tree). The Look and Feel can be configured. Persistent adapter – how changes are stored (and whether they are stored at all). Whether the form is display only or an editor. Events updating the model can be configured. The list can hold objects of different types. ChallengesFields must be validated (e.g., whether the value in a text field can be parsed into an int). Actions must be disabled/enabled if the become available/unavailable. If there are multiple action triggers (toolbars, menus, popups, keystrokes etc ), they must be kept consistent. Forms must be customised (e.g., if a property is edited in a text field, what is the size of this text field), but strong dependencies should be avoided. What does copy and sort mean for arbitrary objects? [Less]
Created 7 months ago.