Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2007-03-16 13:39:16


Vladimir Prus wrote:
>> I think design is crucial here: we would want something extensible I
>> guess. So how about a "mini DOM" for vector graphics:
>>
>> class vector_drawing; // does this need template params??
>
> Such as:
>
> http://doc.trolltech.com/4.2/qgraphicsscene.html
>
>> with vector_drawing supporting simple drawn lines, text output etc.
>
> Such as:
>
> http://doc.trolltech.com/4.2/qgraphicslineitem.html
> http://doc.trolltech.com/4.2/qgraphicssimpletextitem.html
>
> ?

Similar yes, but that's tailored towards GUI display, and I was looking for
something that's closer to SVG. However, the more I look into SVG the more
I wonder whether a project such as this is actually achieveable :-(

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk