40 projects tagged "C++"
BZFlag is a 3D, multiplayer, tank battle zone, capture the flag game that pits players against each other in a networked environment. It runs on Windows 95/98/NT/2000, Linux, MacOS 10.x, Irix, Solaris, and others. An OpenGL accelerator is highly recommended, but it is playable with 3D in software.
Frodo is a free, portable C64 emulator. It focuses on the exact reproduction of graphical effects possible on the C64, and comes in three "flavors" (Frodo, Frodo PC, and Frodo SC) with increasingly higher quality of emulation, but at the cost of higher processing power requirements. Frodo has been ported to a number of systems, including handheld computers. The Unix version can use either SDL, X11, or SVGAlib to display the graphics.
interpcom is a command interpreter library in C that can be used to build scientific applications. It is very easy to add new commands. The library contains an expression evaluator that can be used to parse the arguments of the commands. It is possible to define "objects" which are arrays of numbers having a name, and structures. It is possible to use threads (several programs running simultaneously).
MUSCLE (Multi User Server Client Linking Environment) is an N-way messaging server and networking API. It includes client-side networking APIs for various languages, including C, C++, C#, Delphi, Java, and Python. MUSCLE lets programs communicate over a network via streams of serialized Message objects. The included server program ("muscled") lets its clients message each other and store information in its server-side hierarchical database. The database supports flexible queries via hierarchical wildcarding, and "live" updates via a subscription mechanism.
A Magento extension for rental and bookable products and services.
A Perl base class that allows you attach event callbacks to an object.