Re: Questionnaire

2017-02-12 Thread Xavier Bigand via Digitalmars-d-announce
Le 08/02/2017 à 19:27, Ilya Yaroshenko a écrit : I can answer for the product on which I am working (Home Design 3D), others are video games made with Unity which is imposed by the editor. On Home Design 3D the development teams have the choice of technologies to use, but we have to convince o

Re: Android LDC in a Container

2017-01-16 Thread Xavier Bigand via Digitalmars-d-announce
Le 15/01/2017 à 18:40, Andre Pany a écrit : Hi, on Dockerhub I published a repository which makes it really easy to develop Android applications using LDC and Joakims work. The repository contains Android 1.1.0 beta from https://github.com/joakim-noah/android/releases and also the NDK from googl

Re: DlangUI

2015-12-20 Thread Xavier Bigand via Digitalmars-d-announce
Le 17/12/2015 17:12, Vadim Lopatin a écrit : On Wednesday, 16 December 2015 at 13:32:21 UTC, Suliman wrote: Is it's possible to use some native frontend with dlangui instead of drawing all controls with OpenGL? I really dislike how all OpenGL toolkit looks like. OpenGL is just hardware acceler

Re: Standardpaths library

2015-04-06 Thread Xavier Bigand via Digitalmars-d-announce
Le 05/04/2015 11:08, FreeSlave a écrit : I wrote small library for getting standard paths (like Pictures, Music) Here's dub package http://code.dlang.org/packages/standardpaths And github repo https://github.com/MyLittleRobo/standardpaths You can see open issues on github. Please, participate in

Re: [GUI-lib] Maybe a better year for DQuick

2015-03-16 Thread Xavier Bigand via Digitalmars-d-announce
Le 16/03/2015 08:56, Suliman a écrit : Perfect news! Hope to see first beta to this summer time! Wow you put us under pressure :-) It's hard to tell when we could reach the beta status, cause last months we just didn't push any code on DQuick. So we can't give any release date. I'll put news

Re: [GUI-lib] Maybe a better year for DQuick

2015-03-16 Thread Xavier Bigand via Digitalmars-d-announce
Le 15/03/2015 22:18, romain a écrit : On Sunday, 15 March 2015 at 01:15:51 UTC, Xavier Bigand wrote: The "DML engine" is almost finished. This night we worked on the file reloading. This will allow direct update of GUI when modifying lua files without loosing states. For example i

[GUI-lib] Maybe a better year for DQuick

2015-03-14 Thread Xavier Bigand via Digitalmars-d-announce
The "DML engine" is almost finished. This night we worked on the file reloading. This will allow direct update of GUI when modifying lua files without loosing states. For example if you only modify the color property of a Rectangle item it will be the only thing that will be updated (and binded

Few DQuick news

2014-07-26 Thread Xavier Bigand via Digitalmars-d-announce
My friend Bruno who works on the property binding engine make some progress. After the possibility to use property binding in D (native side) in addition of Lua (script side), he currently finishing the model list implementation. This feature will allow user to create list of items for list vie

Re: std.signal : voting has begun

2014-01-22 Thread Xavier Bigand
Le 22/01/2014 08:43, Jacob Carlborg a écrit : On 2014-01-21 21:10, Xavier Bigand wrote: We use std.signals on DQuick, signals are critical for a GUI system, but there is no advanced GUI library written completely in D for the moment. For the moment DQuick still have a long way to do before

Re: std.signal : voting has begun

2014-01-21 Thread Xavier Bigand
Le 21/01/2014 00:51, Adam Wilson a écrit : On Mon, 20 Jan 2014 15:16:42 -0800, Robert wrote: Thank you Dicebot for stepping up. Unfortunately the demand seems to be very, very low, so I believe we are going to stick with the old std.signals. Thanks again! Best regards, Robert Which is a

Re: DQuick news

2014-01-19 Thread Xavier Bigand
Le 29/12/2013 09:26, Jakob Ovrum a écrit : On Sunday, 29 December 2013 at 01:15:50 UTC, Xavier Bigand wrote: - Improve error reporting from Lua I looked at the commit log. I like how you are *already* fixing Lua bugs... still not considering LuaD? :P We don't fix Lua, it was about ho

DQuick news

2014-01-19 Thread Xavier Bigand
Latest news of DQuick for this year. The good news is, the project still alive and Bruno added some interesting stuff to the DMLengine : - Adding support of arrays - Adding support of delegates - Improve error reporting from Lua Our minesweeper sample works well but don't use arrays for the

Re: Call D code from C#

2014-01-11 Thread Xavier Bigand
Le 11/01/2014 18:23, Paulo Pinto a écrit : Am 11.01.2014 14:30, schrieb anthonyb: On Friday, 10 January 2014 at 21:50:50 UTC, TC wrote: they lack modern features and portability and if I will be in position to choose UI framework for multiplatform business app, I will end up with Qt 5.x for sur

Re: DQuick news

2013-12-29 Thread Xavier Bigand
Le 29/12/2013 02:15, Xavier Bigand a écrit : Latest news of DQuick for this year. The good news is, the project still alive and Bruno added some interesting stuff to the DMLengine : - Adding support of arrays - Adding support of delegates - Improve error reporting from Lua Our

Re: DQuick news

2013-12-29 Thread Xavier Bigand
Le 29/12/2013 15:15, Suliman a écrit : On Sunday, 29 December 2013 at 01:15:50 UTC, Xavier Bigand wrote: Latest news of DQuick for this year. The good news is, the project still alive and Bruno added some interesting stuff to the DMLengine : - Adding support of arrays - Adding support of