$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Re: ] boost.plot: integrating plotting in a C++ native application: general questions about which tools to use
From: Richard Ulrich (richi_at_[hidden])
Date: 2009-12-16 02:35:24
Hi Hicham,
another possibility is to use a webapp like Wt from
http://webtoolkit.eu
It's great to work with and has good support for 2D plots.
As for the 3D:
I've been thinking about that as well for a whild especially embedded in
an interactive webpage.
I came across openVRML which looks promising, but is a hell of a beast
to build (the supporting libraries). So no experiences yet.
Rgds
Richard