DQuick a GUI Library (prototype)

Flamaros flamaros.xavier at gmail.com
Thu Aug 22 06:43:49 PDT 2013


On Thursday, 22 August 2013 at 13:20:25 UTC, Jacob Carlborg wrote:
> On 2013-08-22 15:01, Flamaros wrote:
>
>> That not always so simple.
>>
>> With DQuick the D application is like a slave that contains 
>> data, and
>> the GUI is free to display the data in many ways.
>> Property binding act like a part of the controller if we are 
>> talking
>> about the MVC model.
>> Notice that if a data in the application side change, depending
>> properties binding will be updated, so the GUI too.
>
> If I understand you correctly that's how it work on using Xcode 
> on Mac OS X as well. But Apple manage without a script language 
> for the GUI code. It's XML and a binary format.

A lot of GUI system that respect the MVC system put the 
controller in the native code.


More information about the Digitalmars-d mailing list