The aim of the Open OCL (Object Class Libraries) project is to develop a standard library API for true cross platform program development. Target platforms are Linux/UNIX, Windows and Mac OS X.
osgJuggler is a library suite that makes developing computer graphics appications for virtual reality easier. osgJuggler is a framework that allows you to develop a scene with OpenSceneGraph and view it on any platform supported by VRJuggler.
TnC (The Next Coming) is a set of C++ classes that aims to use "The 4th Coming" (t4c) game datas with SDL library.
The TnC classes can be used to extract and get the 4th coming sprites as SDL Surfaces. There's also classes to display the original map
Libdoomwad is a C++ platform-independent class library used to manage data structures inside data (wad) files for Doom and Doom 2. Its target audience is developers of Doom editors.
A game developement library for the Gamepark32 handheld console.
The project goal is to provide a full C++ API that will provide Sprite, Tile, and Layer graphics functionality, as well as Music, Input, File and GUI APIs in the future.
A platform independent, C++ game development framework. Not a game library, but highly flexible "scaffolding" upon which to construct a game. This project has been superceded by the Golem Engine. https://sourceforge.net/projects/golem3d/
Maiden-core is a Linux kernel robotics API module, extensible in Erc. The Maiden Project also documents and develops the Maiden architecture for mobile robots, a set of (optional) designs and standards for robots using the Maiden-core API.
A source framework and runtime library for building game engines; providing windowing, input, sound, and networking; in a simple, platform-independant manner. Utilizing C++, OpenGL, and various native APIs to provide a platform-transparent system.
New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
KvTest is a C++ test framework. It aims at making test-driven development easy and affordable. It's features are, among others, easy integration, dependency tracking, and statistics.
CppUtx is a unit test framework for C++ based on the article `Cpp Utx Overview` written by Robert DiFalco and some parts of CxxTest. It depends on the standard and the boost library.
This project is a extraction of the classparser from the KDevelop project into a project of its' own. This was done since there are a lot of other projects depending on this specific lib and it felt like a Good Thing(tm).
The RJava software includes classes useful for developing programs written in the Java programming language.
It is a play on words, it is intented to be "our java" versus "their java".
Most C++ test frameworks are like JUnit. Unfortunately C++ lacks reflection and lots of boiler plate code is needed for JUnit style tests. This framework tries to minimize the amount of boiler plate code required for simple test. Just enjoy writing tests!
Modular is a Web-development framework bringing component programming to Web. It also provide built in caching, config file parsing, Templates parsing, Sessions, CGI, and Database support.
A C++ unit test framework for Windows with both a
graphical and console display that utilizes only the
Windows API to aid compatability with all Windows C++
compilers and frameworks
IM Bot Framework is an adapter to interface console I/O programs to IM servers. The goal of this program is to allow easy development of bots in any programming language that can read from and write to stdio.
Deepp is painless dependency injection framework for C++. It uses sort of member injection type so there is no need to specialise class constructor or other public interface in any way.