Cross Platform GUI Development
Gary Willoughby
dev at nomad.so
Sun Mar 23 12:03:51 PDT 2014
On Sunday, 23 March 2014 at 17:27:03 UTC, Jeroen Bollen wrote:
> On Sunday, 23 March 2014 at 16:43:31 UTC, Gary Willoughby wrote:
>> On Sunday, 23 March 2014 at 12:34:10 UTC, Jeroen Bollen wrote:
>>> Are there any tools to do this at all in Digitalmars D? All
>>> current libraries seem to be outdated, but GTKD. GTK on it's
>>> end is a pain to bundle which is enough to not consider it
>>> cross platform at all.
>>
>> See:
>> http://forum.dlang.org/thread/twlshfdigsfkphyvrixz@forum.dlang.org#post-zetmofrvhgdocnsmnxip:40forum.dlang.org
>
> I noticed Derelict also has bindings, is there a difference?
> Also, what requirements are still required for every OS?
The only dependencies for my Tkd GUI framework is the Tcl/Tk
libraries on all platforms. What i want to do though is compile
Tcl/Tk myself and provide DLL's so that dependency is removed for
Windows. Posix OSes usually come with Tcl/Tk already installed.
More information about the Digitalmars-d
mailing list