Changes between Version 23 and Version 24 of LibrariesUnderConstruction


Ignore:
Timestamp:
Jan 22, 2009, 9:46:32 AM (14 years ago)
Author:
Paul A. Bristow
Comment:

1st announcement.

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v23 v24  
    340340 * '''Description:''' Provides a flexible framework for the C++ programming language to manage running programs, also known as ''processes''.  Among other functionality, this includes the ability to manage the execution context of the currently running process, the ability to spawn new child processes, and a way to communicate with them them using standard C++ streams.
    341341
     342---------------------------------------------------------------------------------------------------
     343== Boost.Plot ==
     344 * '''Author(s):'''  Jacob Voytko & Paul A. Bristow
     345 * '''Version:''' v0
     346 * '''State:''' Under development, especially documentation, but usable.
     347 * '''Last upload:''' Jan 2009
     348 * '''Links:''' [https://svn.boost.org/svn/boost/sandbox/SOC/2007/visualization Boost Plot]
     349 * '''Description:''' Provides a way of plotting simple 1 and 2D graphs in Scalable Vector Graphic (svg) format directly from C++ code.  The graphs are high quality when displayed on a wide variety of display sizes, from mobile phone to big screen, or when printed, but the graph files are tiny and fast enough to be done in near real-time.  Fine control of appearance is provided in C++ (but with defaults and optional scaling of axes) so graphs can be produced in a very few lines of code. Current documentation is a mess but Very much improved documentation is nearly complete using Doxygen:  meanwhile there are lots of examples.
    342350
    343351---------------------------------------------------------------------------------------------------