Thread overview | |||||
---|---|---|---|---|---|
|
September 18, 2003 wxWindows in D | ||||
---|---|---|---|---|
| ||||
There's some discussion going on now about how to do a D wrapper for wxWindows in the wx-dev@lists.wxwindows.org mailing list. Anyone interested in investigating getting a top GUI toolkit to work with D, now's the time to join the fray! Note that wxWindows has interfaces to Python, Eiffel, etc., so this should be eminently doable. |
September 18, 2003 Re: wxWindows in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | A by-product of the wxEiffel is wxC, i.e. a C interface of wxWindows C++ code. People have used wxC to make the wxHaskell interface. http://lists.wxwindows.org/cgi-bin/ezmlm-cgi?8:mss:39331:200306:ajbplehkplfkphifccfa Since D talk natively to C, build wxD on top of wxC should be quite easy. Of course, with the new language features of D, wxD can be made much better. In article <bkcn7c$ait$1@digitaldaemon.com>, Walter says... > >There's some discussion going on now about how to do a D wrapper for wxWindows in the wx-dev@lists.wxwindows.org mailing list. Anyone interested in investigating getting a top GUI toolkit to work with D, now's the time to join the fray! Note that wxWindows has interfaces to Python, Eiffel, etc., so this should be eminently doable. > > |
September 18, 2003 Re: wxWindows in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to nobody | Very cool. Think Ill join the list and see if I can help. Charles <nobody@yahoo.com> wrote in message news:bkcqfs$f72$1@digitaldaemon.com... > A by-product of the wxEiffel is wxC, i.e. a C interface of wxWindows C++ code. > > People have used wxC to make the wxHaskell interface. > > http://lists.wxwindows.org/cgi-bin/ezmlm-cgi?8:mss:39331:200306:ajbplehkplfkphifccfa > > Since D talk natively to C, build wxD on top of wxC should be quite easy. > > Of course, with the new language features of D, wxD can be made much better. > > > In article <bkcn7c$ait$1@digitaldaemon.com>, Walter says... > > > >There's some discussion going on now about how to do a D wrapper for wxWindows in the wx-dev@lists.wxwindows.org mailing list. Anyone interested > >in investigating getting a top GUI toolkit to work with D, now's the time to > >join the fray! Note that wxWindows has interfaces to Python, Eiffel, etc., > >so this should be eminently doable. > > > > > > |
Copyright © 1999-2021 by the D Language Foundation