Projects tagged ‘boost’, ‘cplusplus’, and ‘library’


Jump to tag:

Projects tagged ‘boost’, ‘cplusplus’, and ‘library’

Filtered by Project Tags boost cplusplus library

Refine results Project Tags windows (6) c++ (6) programming (5) linux (5) macosx (4) cross-platform (4) bsd (4) development (4) macos (3) object_oriented (3) win32 (3) multi-platform (3)

[9 total ]

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.

2 Users

PVLE is a lightweight cross-platform game engine (real-time visualisation/simulation engine), using OSG (OpenSceneGraph) and ODE (OpenDynamicsEngine) among other well-known libraries. It is ... [More] cross-platform and written in C++. It differs from other engines in the way it uses existing code instead of re-inventing things, and because it does not hide underlaying libraries. [Less]
Created 12 months ago.

1 Users

A C++ Networking Library implementing protocols for HTTP, FTP, (E)SMTP, IMAP, POP3...
Created 3 months ago.

1 Users

Yet another C++ wrapper for libsqlite3
Created 3 months ago.

1 Users

.gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = ... [More] undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); DescriptionDatagramBuilder is a library to serialize/deserialize data to/from datagram. Copyright (C) 2008 Rakov Ilya Factoids Users [Less]
Created 11 months 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

Manka is a collection memory management constructs and STL allocator adapter. It currently features a memory arena class template, which is optimized for fixed-size memory allocations (e.g. memory ... [More] pool) and a memory arena optimized for locally used temporary memory allocations. One could use these arenas with STL containers via a allocator adapter class template that is also available in Manka. All constructs in Manka are component-based, in other words there is no nasty inheritance hierarchy. Manka makes use of (relatively) recent C++ features, such as templates. It depends on C++ Standard Library and works with STL. Some of its optional features may require The Boost Library. Manka uses CMake as its build system, which is capable of generating platform specific Makefile and MSVC project/solution files. The name Manka, is an old pronunciation, in Japanese, of Wanhua, which is a district in Taipei City, where I bought my first home. [Less]
Created 12 months ago.

0 Users

TnFOX is a modern, secure, robust, multithreaded, exception aware, internationalisable, portable GUI toolkit library designed for mission-critical work in C++ and Python forked from the FOX library. ... [More] It replicates the Qt API in many places and has been designed primarily for Tn, the port of Tornado to FOX. [Less]
Created about 1 year ago.

0 Users

Azouk LibrariesAzouk libraries contain: Multiplexer distributed Logging component MultiplexerMultiplexer is short for Azouk Enterprise Message Bus. It consists of server that acts as a service ... [More] broker, client library, abstract classes for writing Multiplexer-based backends and services and provides fast, robust, fault-tolerant, asynchronous communication in distributed environment. Both client library and backend classes are available in C++ Python Java (for Java client & server contact the project owners - they're ready but not yet released) The communication format leverages Google Protocol Buffers. For gluing C++ and Python it uses Boost.Python. Asynchronous communication is handled with Asio. Azouk LoggingLogging library is a rich-format logging based on Google Protocol Buffers. It consists of client library that formats and renders log entries on both stderr and binary logging stream suitable for machine parsing; fast no overhead when log is not written for both C++ Python log streamer that packs log entries from binary logging stream and sends them using Multiplexer log collector that holds the log entries in memory and allows to search them. C++ logging API leverages Boost.Preprocessor meta programming library. For gluing C++ and Python it uses Boost.Python. Altough it's designed for general purpose, it serves well, and so we use it, to monitor and log events in a django-powered app. AuthorsMultiplexer and Azouk Logging owe their architectural design to Krzysztof Kulewski and Piotr Findeisen. They were both implemented by Piotr Findeisen as a part of his work for Azouk. Java client and server were designed and implemented ground up by Kasia Findeisen and Piotr Findeisen. CreditsCredits go to Azouk Network Ltd. for contributing the libraries to the Open Source community. [Less]
Created 11 months ago.