www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - DGUI

reply "Josh Phillips" <none none.gfd> writes:
I recently downloaded and tried to use DGUI but I can't get it to 
work. Is there any tutorials on how to build an use it? Or can 
anyone help me and tel me a way on how I can get it to work?
Feb 14 2014
next sibling parent reply "Jeremy DeHaan" <dehaan.jeremiah gmail.com> writes:
On Friday, 14 February 2014 at 20:29:50 UTC, Josh Phillips wrote:
 I recently downloaded and tried to use DGUI but I can't get it 
 to work. Is there any tutorials on how to build an use it? Or 
 can anyone help me and tel me a way on how I can get it to work?
Unless I am mistaken, it looks like the last time it was updated was in 2011. You'd probably have to update a bunch of stuff in the sources in order to get it to work properly. I would recommend gtkD as a gui library.
Feb 14 2014
parent reply "Josh Phillips" <none none.gfd> writes:
On Friday, 14 February 2014 at 20:36:42 UTC, Jeremy DeHaan wrote:
 Unless I am mistaken, it looks like the last time it was 
 updated was in 2011. You'd probably have to update a bunch of 
 stuff in the sources in order to get it to work properly.

 I would recommend gtkD as a gui library.
I think you are mistaken. On bitbucket there are updates in october last year. Also I have heard lots of bad things about Gtk on windows.
Feb 15 2014
parent "evilrat" <evilrat666 gmail.com> writes:
On Saturday, 15 February 2014 at 16:26:28 UTC, Josh Phillips 
wrote:
 On Friday, 14 February 2014 at 20:36:42 UTC, Jeremy DeHaan 
 wrote:
 Unless I am mistaken, it looks like the last time it was 
 updated was in 2011. You'd probably have to update a bunch of 
 stuff in the sources in order to get it to work properly.

 I would recommend gtkD as a gui library.
I think you are mistaken. On bitbucket there are updates in october last year. Also I have heard lots of bad things about Gtk on windows.
and on OS X it is segfaults often, so gtk is no go for non linux
Feb 16 2014
prev sibling parent "Rikki Cattermole" <alphaglosined gmail.com> writes:
On Friday, 14 February 2014 at 20:29:50 UTC, Josh Phillips wrote:
 I recently downloaded and tried to use DGUI but I can't get it 
 to work. Is there any tutorials on how to build an use it? Or 
 can anyone help me and tel me a way on how I can get it to work?
I know this isn't really related to DGUI but, I think this will be useful. I have some semi old static bindings for IUP [0]. Very stable api IUP [1] has (c library) and has good cross platform functionality. Little limited, but will definitely work in almost any cases. [0] https://bitbucket.org/alphaglosined/libglosined/src/85ab6b2135879848e7efd5f1dfa732f2cfb753f8/iup/?at=default [1] http://www.tecgraf.puc-rio.br/iup/
Feb 16 2014