Projects tagged ‘api’ and ‘boost’


[5 total ]

11 Users
 

Python-Ogre is a high-performance, full-featured Python interface to the Ogre3D graphics library. Python-Ogre currently supports all the functionality of Ogre 1.4, as well as wrappers for over 30 ... [More] individual libraries: * Bullet, NxOgre (PhysX), ODE, and Newton physics * 4 GUIs, I/O, sound, and a lot more! This project is the successor of the original PyOgre project, created by Lakin Wecker in mid-2006. Much development is done on the Windows platform, however today Python-Ogre runs equally well on Linux and Mac OS X. Windows binaries are available, and a Linux package is in the works. If you wish to create a gaming or graphics application in Python, there isn't any else you need apart from Python-Ogre. If there is a library you'd like to have wrapped, let us know! [Less]
Created about 1 year ago.

5 Users
 

The Visual Component Framework is a cross platform C++ application framework that offers a modern, clean architecture. It is divided into three major libraries. The FoundationKit provides services ... [More] such as file access, streams, threads, synchronization primitives, and advanced RTTI features. The GraphicsKit includes classes for working with both image and vector graphics, and has built in support for the Anti-Grain Graphics library. The ApplicationKit provides GUI controls, use of the Model-View-Control pattern, property and component editors, undo/redo support, drag-and-drop, clipboard services, application resources, and UI metrics and policy managers. Additional "Kits" adding advanced functionality include an HTML kit, Internet kit, JavaScript kit, Network kit, OpenGL kit, and RegEx kit [Less]
Created over 3 years ago.

1 Users

Fost 4 is a C++ web application framework. This is a reworking of previous Fost systems which date back to 1997 and is the first one that is cross platform. We are currently porting from Windows to Linux and Mac OS/X.
Created about 1 year ago.

0 Users

AniDB UDP Library
Created 4 months ago.

0 Users

Have you ever wanted C++ had well designed and easy to use APIs like the ones found in modern platforms such Java, C# and Python? If so, this project is what you're looking for. This project is very ... [More] similar to Boost (http://www.boost.org/) in the sense it wants to build a set of public APIs for C++. The main difference is that it focus on the programmer and brings in the goodies from other language designs. One of the key aspects is compliance with Google's C++ Style Guide (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). Here are some API examples: - Portable, self explainable primitive types (Int8, UInt32, Int64) - The chain of IO streams found in Java (InputStream, BufferedInputStream, DataInputStream) - String operations found in Python (StartsWith, Split, Join) [Less]
Created 4 months ago.