digitalmars.D.dwt - Thinlet in D?
- Marcio (4/4) Mar 01 2006 I like SWT/DWT, but here's an idea of a small GUI libarry for D
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (6/9) Mar 01 2006 Somehow, I don't think it'll work:
- Marcio (9/16) Mar 01 2006 This is an implementation decision, for Java. In D you don't have to...
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (11/26) Mar 01 2006 Okay, didn't mean to be negative before it had even been tried...
I like SWT/DWT, but here's an idea of a small GUI libarry for D (embedded?): http://thinlet.sourceforge.net/home.html Small is beautiful... marcio
Mar 01 2006
Marcio wrote:I like SWT/DWT, but here's an idea of a small GUI libarry for D (embedded?): http://thinlet.sourceforge.net/home.htmlSomehow, I don't think it'll work: public class Thinlet extends java.awt.ContainerSmall is beautiful...MinWin might be a bet then ? --anders
Mar 01 2006
Anders F Bj=F6rklund wrote:Somehow, I don't think it'll work: =20 public class Thinlet extends java.awt.ContainerThis is an implementation decision, for Java. In D you don't have to = do that. It just needs a place to draw things etc. There's a MIDP port=20 of it, for example: July 15, 2005. Porsche Engineering developed a version of Thinlet=20 based on MIDP. The source is available here.I was thinking of a multi-platform Thinlet impl, and not something=20 Windoze-specific. marcioSmall is beautiful...=20 MinWin might be a bet then ?
Mar 01 2006
Marcio wrote:Okay, didn't mean to be negative before it had even been tried... But what would provide such a place (and drawing methods), for D ? Do you mean using something like SDL or GL, or writing new peers ?public class Thinlet extends java.awt.ContainerThis is an implementation decision, for Java. In D you don't have to do that. It just needs a place to draw things etc.There's a MIDP port of it, for example: July 15, 2005. Porsche Engineering developed a version of Thinlet based on MIDP. The source is available here.public class Thinlet extends javax.microedition.lcdui.Canvas OK.MinWin is not Windows-only. Stands for "Minimal Window toolkit": http://home.comcast.net/~benhinkle/minwin/ Then again, it doesn't have a Mac port yet either. Just Win/Linux. --andersI was thinking of a multi-platform Thinlet impl, and not something Windoze-specific.Small is beautiful...MinWin might be a bet then ?
Mar 01 2006