Projects tagged ‘api’, ‘c++’, and ‘code’


[12 total ]

160USERS
   

Boost was begun by members of the ISO C++ Standard committee Library Working Group to provide free peer-reviewed portable libraries to the C++ community. An additional objective is to establish "existing practice" and provide reference ... [More] implementations so that the Boost libraries are suitable for eventual standardization. Components successfully moved into draft ISO Standard C++09 include shared_ptr, regular expressions, function wrappers and binders. [Less]

35USERS
   

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is primarily used with common scripting languages such as Perl, PHP, Python, Tcl/Tk, and Ruby, however the list ... [More] of supported languages also includes non-scripting languages such as C#, Common Lisp (CLISP, Allegro CL, UFFI), Java, Modula-3, and OCAML. Also several interpreted and compiled Scheme implementations (Guile, MzScheme, Chicken) are supported. SWIG is most commonly used to create high-level interpreted or compiled programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software. SWIG can also export its parse tree in the form of XML and Lisp s-expressions. [Less]

25USERS
   

Cross platform input system designed for use with HID devices (mice, joysticks, keyboards, et al). Currently supported platforms include: Linux & Win32 (and partially OSX).

12USERS
   

The Irrlicht Engine is a high performance real-time 3D engine written and usable in C++, and also available for .NET languages. It is completely cross-platform, using D3D, OpenGL, and its own software renderers.

5USERS
   

FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multi threading ... [More] safe, compatible with all 32-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X). [Less]

5USERS
   

Ultimate++ is a C++ cross-platform rapid application development suite. It includes a set of libraries (GUI, SQL, etc..), and an integrated development environment. Rapid development is achieved by the smart and aggressive use of C++ rather than ... [More] through fancy code generators. In this respect, U++ competes with popular scripting languages while preserving C/C++ runtime characteristics. [Less]

2USERS

An alternative Object Oriented Widget Toolkit for Windows and Linux.

1USERS

A book designed to teach C and C++ programming include GUI design using the popular Open Source IDE wxDev-C++. Includes source code and add-ons for wxDev-C++

1USERS
   

The SAGA C++ Framework is the first implementation of the SAGA (Simple API for Grid Computing) API specification. The SAGA specification has been defined by the Open Grid Forum (OGF) as a high-level API that directly addresses the needs of ... [More] application developers. The purpose of this framework is to enable an application programmer to easily create Grid applications without getting involved with any specific Grid middleware. This does not only greatly reduce the implementation complexity of an application but also makes it portable between various Grid systems. [Less]

1USERS

This projects tries to port a popular 3d graphics engine irrlicht onto mobile devices. First we'll try to port it on symbian S60 platform. Later we'll also plan to port it on WindowsCE. NOTE on license: --------------- Since this project is ... [More] a port of irrlicht 3D-engine, the license is also the same as the irrlicht license, which you can find here http://irrlicht.sourceforge.net/license.html. [Less]

1USERS

libcmle is a C++ library that makes development of secure software easier. It also helps to increase the stability of software. give it a try ;)