30 projects tagged "Windows"
Wt is a C++ library for developing Web applications with an API that is widget-centric and inspired by existing C++ graphical user interface APIs. To the developer, it offers abstraction of Web-specific implementation details, increasing the accessibility and portability. Under the hood, the library uses the latest techniques (HTML5, Ajax, WebSockets) to handle user events and update the Web page.
The Cross Platform Toolkit Library(xtklib) is a C++ based framework for highly object-oriented cross-platform programming. In particular, the library provides a full abstraction layer between its API and the main services offered by the underlying operating system (threads, processes, GUI, filesystem, etc.) plus a set of generic utilities (strings, data structures, etc.).It makes full use of all features of C++ like RTTI, templates, and exceptions, thus obtaining a strongly object-oriented design with a Java-like sensation. The library is composed of two main modules: "Base" and "Widgets". The target operating systems are Windows and Unix (Linux and BSD) with a plan to move towards other systems.
Standard GUI Framework for C is a framework for building GUI applications in ANSI/ISO standard C in a platform independent (i.e. portable) manner. The framework currently only targets X11, but there are plans to target both Microsoft Windows (Win32) and Apple Mac OS X (Carbon) after the initial release is done.
Clean Programming Language is a general purpose, state-of-the-art, pure and lazy functional programming language designed for making real-world applications. Its unique typing system makes it possible to incorporate destructive updates of arbitrary data structures (including arrays) in a pure functional language and to make direct interfaces to the outside imperative world.
Urwid is a Python library for making text console applications. It has many features including fluid interface resizing, support for UTF-8 and CJK encodings, standard and custom text layout modes, simple markup for setting text attributes, and a powerful, dynamic list box that handles a mix of widget types. It is flexible, modular, and leaves the developer in control.
Essential Budget a personal finanance manager that fully supports creating and tracking a budget against actual expenses. With a high-quality, cross-platform, professional user interface, it simply performs all of the basic features expected of a personal finance manager, and aims to replace tools like Quicken(tm) for home finance management in the future.