7 projects tagged "Windows"
The Ecere SDK is a cross-platform toolkit for building software applications. It currently runs on Windows, Linux, Mac OS X (through X11), FreeBSD, and the Android OS. It should run on other Unix platforms with minor testing/tweaking. With the Ecere SDK, you can develop applications once and deploy them on all supported platforms alongside a lightweight runtime environment. It introduces eC, an object oriented language derived from and fully compatible with C, compromising neither runtime performance nor ease of use. A built-in 3D engine supporting both Direct3D and OpenGL is fully integrated.
The Open Game Libraries is a collection of separately usable C++ libraries for creating games. It provides OpenGL window management, zip file management, OpenAL audio management, a developer console window, input management, bitmapped fonts with Unicode and kerning support, image loading and saving, model loading and importing, and generic classes and objects for game development such as math and text processing.
Equalizer is middleware for creating and deploying parallel OpenGL-based applications. It enables applications to benefit from multiple graphics cards, processors, and computers to scale rendering performance, visual quality, and display size. An Equalizer-based application runs unmodified on any visualization system, from a simple workstation to large scale graphics clusters, multi-GPU workstations, and Virtual Reality installations.
Voreen is a rapid application development framework for the interactive visualization and analysis of multi-modal volumetric data sets. It provides GPU-based volume rendering and data analysis techniques and offers high flexibility when developing new analysis workflows in collaboration with domain experts. The Voreen framework consists of a multi-platform C++ library, which can be easily integrated into existing applications, and a Qt-based stand-alone application.
Angel is a 2D game prototyping engine based on OpenGL and C++. It was originally made by a group of employees at Electronic Arts Los Angeles for use in a GameJam they were planning for April of 2008. Angel provides many useful functions for prototyping gameplay, including simple physics, particles, text rendering, sound, input mappings, config files, pathfinding, and Python scripting.