RSS 7 projects tagged "C++"

Download Website Updated 18 May 2013 ELFIO

Screenshot
Pop 252.59
Vit 142.22

ELFIO is an ELF (Executable and Linkable Format) reader and producer implemented as a C++ library.

No download Website Updated 13 Nov 2012 Project Ares

Screenshot
Pop 33.94
Vit 1.74

Project Ares is a science fiction-based game made with AresEd, a 3D game creation suite based on Crystal Space.

No download Website Updated 09 Dec 2011 epsy

Screenshot
Pop 18.63
Vit 22.99

epsy is a simple expression parser which uses the shunting yard algorithm.

No download Website Updated 19 May 2012 The Lean Mean C++ Option Parser

Screenshot
Pop 61.92
Vit 2.30

The Lean Mean C++ Option Parser handles program arguments (argc, argv). It supports the short and long option formats of getopt(), getopt_long(), and getopt_long_only(), but has a more convenient interface. It is a freestanding, header-only library with no dependencies, not even libc or STL. It comes with a usage message formatter which supports column alignment and line wrapping, making it ideal for localized messages with different lengths.

Download No website Updated 05 Feb 2013 Portable Computing Language (pocl)

Screenshot
Pop 105.47
Vit 2.05

Portable Computing Language (pocl) aims to become an efficient implementation of the OpenCL standard. In addition to producing an easily-portable Open Source implementation, another major goal of the project is improving performance portability of OpenCL programs with compiler optimizations, reducing the need for target-dependent manual optimizations. At the core of pocl is a set of LLVM passes used to statically parallelize multiple work items with the kernel compiler, even in the presence of work group barriers. This enables parallelization of the fine-grained static concurrency in the work groups in multiple ways (SIMD, VLIW, superscalar, etc.). The code base is modularized to allow easy adding of new "device drivers" in the host-device layer. A generic multithreaded "target driver" is included. It allows running OpenCL applications on a host which supports the pthread library with multithreading at the work group granularity.

Download Website Updated 31 Jan 2013 YB.ORM

Screenshot
Pop 72.77
Vit 3.09

The YB.ORM library aims to simplify writing C++ code that has to deal with SQL databases. The goal is to provide a convenient interface like SQLAlchemy (Python) or Hibernate (Java). The library itself is cross-platform and supports a variety of SQL dialects: SQLite3, MySQL, Postgres, Oracle, and Firebird. Integration with Boost, Qt4, and wxWidgets is built-in. In a typical usage scenario, you would describe your database schema and table relationships in a simple XML-based format, generate SQL code to populate database schema with tables, generate C++ classes, add application-specific logic to the classes, and use these classes in cooperation with the Session object to query objects from the database, create new or modify/delete existing objects, or link and unlink objects using relations. Simple serialization to XML is supported along with connection pooling.

No download No website Updated 26 Feb 2013 OGLBricks

Screenshot
Pop 33.65
Vit 9.57

OGLBricks is a simple falling block puzzle game. The gameplay is customizable: the player can set the field size, the size of the shapes, and many other options. The player can save the game at any moment and load it later.

Screenshot

Project Spotlight

Disk Drill

Data recovery software.

Screenshot

Project Spotlight

Mapyrus

Software for map plots in PostScript, PDF, SVG, and Web image formats.