183 projects tagged "Windows"
XWT is the XML Windowing Toolkit. It lets you write remote applications that run on a server, yet can "project" their user interface onto any computer, anywhere on the Internet. It can precisely match the appearance and behavior of normal desktop applications. Unlike other remote-display technologies, XWT applications are usable and responsive regardless of network congestion, delays, and even complete network failures. Visual layout is specified using a dialect of XML which is extremely similar to HTML tables, whilst interactivity is scripted in industry-standard ECMAscript (JavaScript). Existing HTML/JavaScript developers can be productive immediately with XWT.
TnFOX is a modern secure, robust, multithreaded, exception aware, internationalizable, portable GUI toolkit library designed for mission-critical work in C++ and Python, forked from the FOX library. It replicates the Qt API in many places, comes with a full set of Python bindings, and has been designed primarily for Tn, the port of Tornado to FOX.
True3D*Shell is an open source 3D desktop environment that allows users to experience 3D browsing in a virtual reality universe where information is organized in 'bubbles' connected by 'pipes'. It is based on POSIX, Win32, OpenGL, FreeGLUT, and MQ4CPP, and runs on IA32 and IA64 SMP platforms. A user can browse local and remote filesystems and download and run selected files. It includes a robot mode that allows you to browse automatically.
Turbo Vision is a C++ library that provides a very nice user interface for console applications. This UNIX port is based on Borland's version 2.0 with fixes. It was made to create RHIDE, a nice IDE for gcc and other GNU compilers. The library supports /dev/vcsa devices for fast access to local consoles, and it uses ncurses to run from telnet and xterm. This port, in contrast to the Sigala's port, doesn't have "100% compatibility with the original library" as goal. Instead, many modifications were made for the sake of security (especially buffer overflows). This port is also available for the original platform (DOS).
U++ is a C++ cross-platform rapid application development suite focused on programmers' productivity without sacrificing runtime performance. Based on strictly deterministic design, it provides a viable alternative to garbage-collected platforms, even for business logic oriented problems.
Style is the ongoing C++ port of IBM's SWT for Java, itself deriving from IBM's VisualAge for SmallTalk, with two major twists. First, it is written in 100% ISO-C++ with no specific compiler dependencies, and second, it comes with a threading model design that guarantee that users won't be stuck with busy cursors forever. It currently targets OS X, Win32, and GTK.
VRaptor 2 is a Web-based MVC and IOC framework based on many frameworks and ideas (Seam, Stripes, Webwork, Hibernate Annotations, etc). It makes full use of Java 5 Annotations. It favors convention over configuration, because configuration in XML/properties/annotations is always easy to make mistakes and repetitive (aka copy and paste in many places). This framework uses a more imperative approach, instead of having many XML files to configure lifecycle and other properties. Most of the settings go inside plain Java objects (POJO), so the team knows exactly what is going on and where.