GUI library for D
Jacob Carlborg
doob at me.com
Thu Apr 7 23:49:29 PDT 2011
On 2011-04-07 21:38, Bruno Medeiros wrote:
> On 05/04/2011 14:06, Jacob Carlborg wrote:
>> On 2011-04-05 13:08, Matthias Pleh wrote:
>>> So I think for short or middle term such solution like gtkD, QtD, DWT
>>> are good, but for the long term the D community needs a D GUI library
>>> completly written in D.
>>>
>>> Just my thoughts
>>> °Matthias
>>>
>>
>> You do know that DWT is completely written in D?
>>
>
> Really? What about the parts of SWT that written in C? Or are those very
> small compared to the whole codebase?
In SWT it's just the bindings which are written in C using JNI (these
are generate automatically with a tool). Since D can link to C there's
no need for any C code. Just bindings to the native libraries.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list