www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - A Proposal to Add 2D Graphics Rendering and Display to C++

reply "NA" <NA nospam.com> writes:
This is an updated document and is quite interesting.

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

NA
Feb 26 2014
next sibling parent "Andrej Mitrovic" <andrej.mitrovich gmail.com> writes:
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? :)
Feb 26 2014
prev sibling next sibling parent reply Russel Winder <russel winder.org.uk> writes:
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
Feb 26 2014
next sibling parent "NA" <NA nospam.com> writes:
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
Feb 26 2014
prev sibling parent "Steve Teale" <steve.teale britseyeview.com> writes:
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/.
Feb 27 2014
prev sibling parent "Steve Teale" <steve.teale britseyeview.com> writes:
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
Feb 27 2014