DQuick a GUI Library (prototype)

Flamaros flamaros.xavier at gmail.com
Thu Aug 22 14:53:06 PDT 2013


On Thursday, 22 August 2013 at 13:08:46 UTC, Jakob Ovrum wrote:
> On Tuesday, 20 August 2013 at 21:22:48 UTC, 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
>>
>> PS : Download it for a better quality
>
> If you do decide to use Lua, I strongly recommend checking out 
> LuaD[1]. Shameless self-promotion, yes; but the goal of LuaD is 
> to be an uncompromising, superior alternative to using the Lua 
> C API directly, for any project.
>
> [1] https://github.com/JakobOvrum/LuaD

As we decided to open our code, we'll accept pull request.

All Lua related code is in the folder : src/dquick/script
Entry point of those object is dmlEngine.d

repo : https://github.com/D-Quick/DQuick


More information about the Digitalmars-d mailing list