DQuick a GUI Library (prototype)

Flamaros flamaros.xavier at gmail.com
Wed Aug 21 02:10:19 PDT 2013


On Wednesday, 21 August 2013 at 08:04:23 UTC, Jacob Carlborg 
wrote:
> On 2013-08-20 23:22, Flamaros wrote:
>> I want to share a short presentation of the project I am 
>> working on with
>> friends. It's a prototype of a GUI library written in D.
>>
>> This pdf contains our vision of what the project would be. 
>> Samples are
>> directly extracted from our prototype and works. We are not 
>> able to
>> share more than this presentation for the moment because a lot 
>> of things
>> are missing and it's plenty of bugs.
>>
>> The development is really slow, so don't expect to see a real
>> demonstration a day.
>>
>> The link :
>> https://docs.google.com/file/d/0BygGiQfhIcvGOGlrWlBFNWNBQ3M/edit?usp=sharing
>
> I don't think Lua will work in this community. I've tried with 
> Ruby and people didn't like it. Although it might be different 
> with Lua. My experience is you have two choices: a markup 
> language, i.e. JSON, YAML and so on or using D.

Markup languages can't be used in our case, we need to provide 
scripting capabilities.
It's a prototype essentially cause of Lua, that why we think to 
add a front-end to simplify the Lua syntax like removing 
"function() ... end" for property binding.

For the moment we can't use D as script language for our project, 
just because there is no API to parse and execute a d file as 
script.


More information about the Digitalmars-d mailing list