8 projects tagged "Cygwin"
The Standard Portable Library (SPL) is a smart pointer based, cross platform application framework. It is intended to be used instead of STL, and has an API that should be familiar to .NET and Java programmers. It includes basic types such as Date and DateTime, runtime pointer debugging, collection templates, file I/O, networking, database access, threading, and XML parsing.
libGlass is a scalable set of components that can be used by applications to perform distributed computing. Applications are built by reusing the available components as needed. One of the major goals of Glass is to be a user-friendly framework, not only suitable for new applications, but also for legacy code. This is an important feature, as most available solutions for distributed computing require a substantial amount of rewrite of legacy code.
OpenGUI is a high-level multi-platform, thread-safe C/C++ windowing and graphics library built upon a fast, low-level graphics kernel. It provides 2D drawing primitives and an event-driven windowing API for easy application development. The benefit of this library is speed, power, and a well-designed API with a narrow learning curve. It supports the BMP, JPG, TGA, PNG, TIFF, and PCX image file formats, color gradients, and TTF fonts. There is also basic XML file support and a smart persistence wrapper. OpenGUI supports the keyboard and mouse as event sources, the Linux framebuffer, SVGAlib, and XFree86/DGA2 (HW accelerated) as drawing backends, Mesa3D under Linux, and 8, 15, 16, and 32-bpp color modes.
JSBSim is a multi-platform flight dynamics model. The FDM is essentially the physics/math model that defines the movement of an aircraft under the forces and moments applied to it using the various control mechanisms and from the forces of nature. JSBSim has no native graphics. It can be run by itself as a standalone program, taking input from a script file and various aircraft configuration files, or it can be run as an integrated part of a larger flight simulator implementation that includes a visual system. The most notable usage example is the FlightGear simulator. JSBSim models the aerodynamic forces and moments by the classic coefficient buildup method.
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.