Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
February 26, 2014 A Proposal to Add 2D Graphics Rendering and Display to C++ | ||||
---|---|---|---|---|
| ||||
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 Re: A Proposal to Add 2D Graphics Rendering and Display to C++ | ||||
---|---|---|---|---|
| ||||
Posted in reply to NA | 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 Re: A Proposal to Add 2D Graphics Rendering and Display to C++ | ||||
---|---|---|---|---|
| ||||
Posted in reply to NA | 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 Re: A Proposal to Add 2D Graphics Rendering and Display to C++ | ||||
---|---|---|---|---|
| ||||
Posted in reply to Russel Winder | 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 Re: A Proposal to Add 2D Graphics Rendering and Display to C++ | ||||
---|---|---|---|---|
| ||||
Posted in reply to NA | 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 Re: A Proposal to Add 2D Graphics Rendering and Display to C++ | ||||
---|---|---|---|---|
| ||||
Posted in reply to Russel Winder | 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/.
|
Copyright © 1999-2021 by the D Language Foundation