Thread overview
A Proposal to Add 2D Graphics Rendering and Display to C++
Feb 26, 2014
NA
Feb 26, 2014
Andrej Mitrovic
Feb 26, 2014
Russel Winder
Feb 26, 2014
NA
Feb 28, 2014
Steve Teale
Feb 27, 2014
Steve Teale
February 26, 2014
This is an updated document and is quite interesting.

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3888.pdf

NA
February 26, 2014
On Wednesday, 26 February 2014 at 16:40:59 UTC, NA wrote:
> This is an updated document and is quite interesting.
>
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3888.pdf
>
> NA

Design by committee? :)
February 26, 2014
On Wed, 2014-02-26 at 16:40 +0000, NA wrote:
> This is an updated document and is quite interesting.
> 
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3888.pdf
> 

https://groups.google.com/a/isocpp.org/forum/#! msg/std-proposals/IaaG316uPjo/9N4YsRYX4nkJ

Is worth a look.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

February 26, 2014
On Wednesday, 26 February 2014 at 17:10:01 UTC, Russel Winder wrote:
> On Wed, 2014-02-26 at 16:40 +0000, NA wrote:
>> This is an updated document and is quite interesting.
>> 
>> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3888.pdf
>> 
>
> https://groups.google.com/a/isocpp.org/forum/#!
> msg/std-proposals/IaaG316uPjo/9N4YsRYX4nkJ
>
> Is worth a look.

The thread you pointed to has a link to the reference implementation.

https://github.com/mikebmcl/N3888_RefImpl

NA
February 27, 2014
On Wednesday, 26 February 2014 at 16:40:59 UTC, NA wrote:
> This is an updated document and is quite interesting.
>
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3888.pdf
>
> NA

Don't we already have it? Called gtkD.

Steve
February 28, 2014
On Wednesday, 26 February 2014 at 17:10:01 UTC, Russel Winder wrote:
> On Wed, 2014-02-26 at 16:40 +0000, NA wrote:
>> This is an updated document and is quite interesting.
>> 
>> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3888.pdf
>> 
>
> https://groups.google.com/a/isocpp.org/forum/#!
> msg/std-proposals/IaaG316uPjo/9N4YsRYX4nkJ
>
> Is worth a look.

It seems to favour Cairo as a starting point. I bet the D community could win a race with the C++ lot to implement it. D makes you much more productive.

For any who don't know what Cairo does, the app I'm working on - COMPO - is pretty much a showcase for what it, and the associated text rendering library Pango, can do - britseyeview.com/compo/.