January 23, 2004 Re: Active Projects | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ant | Ant wrote:
> (the wx Project probably will not have a GTK soon.
> I thought we were going to do the native windows and one X11
> (or universal) to start with.)
Ur, what? wxWindows compiles using DMC++, and there were plans on wrapping it using SWIG. This would make all wxWindows ports available at once and with no effort. Wrapping instead of porting.
Btw, to drop an idea: to have a lightweight GUI working right off and easy to port, FLTK has the best architecture and shoud be a snap to port *completely*. However, it's by its sole idea program-drawn, not OS or underlying toolkit! Skinning is done easily, attempts to "native" look are bound to have "the Swing problem" multiplied by 10!
-eye
|
January 23, 2004 Re: Active Projects | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ilya Minkov | In article <burnut$vst$1@digitaldaemon.com>, Ilya Minkov says... > >Ant wrote: >> (the wx Project probably will not have a GTK soon. >> I thought we were going to do the native windows and one X11 >> (or universal) to start with.) > >Ur, what? Out of context. I meant "our" wx project. But after all seems that's the most recent idea is to wrap GTK in SWT talk. > >Btw, to drop an idea: to have a lightweight GUI working right off and easy to port, FLTK has the best architecture and shoud be a snap to port *completely*. However, it's by its sole idea program-drawn, not OS or underlying toolkit! Skinning is done easily, attempts to "native" look are bound to have "the Swing problem" multiplied by 10! There are many toolkits out there... probable more toolkits then people able to work on them on D. Ant |
January 23, 2004 Re: Active Projects | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Anderson | "Brad Anderson" <brad@sankaty.dot.com> wrote in message news:bup242$2kgr$1@digitaldaemon.com... > The license is the Common Public License for the Java code. We get #1 and #2 > from below, but I'm not sure why it has to be the GPL. We need one of the three, not all of them. > Also, I don't know if we have to use the CPL if we rewrite the entire thing in D > code. We would not be changing/modifying any of their Java code. We could > choose any number of licenses to use. I would probably just continue on using > the CPL, and at the same time, give credit to the original contributors of the > SWT Java code as providing us with a framework / starting point. > > But I'm not a lawyer. Doing a line by line translation of the code makes it a derived work, subject to the original copyright. |
January 23, 2004 Re: Active Projects | ||||
---|---|---|---|---|
| ||||
Posted in reply to Lars Ivar Igesund | "Lars Ivar Igesund" <larsivar@igesund.net> wrote in message news:bup1o3$2k3i$1@digitaldaemon.com... > Not really. AFAIK it is quite possible to implement the same interface as long as neither implementation or documentation is copied from the other. True, that's called a "clean room" implementation. It's not worth the bother, though, if the original meets one of those 3 requirements. |
January 23, 2004 Re: Active Projects | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ant | "Ant" <Ant_member@pathlink.com> wrote in message news:bup1eo$2jj6$1@digitaldaemon.com... > In article <buougc$2f48$1@digitaldaemon.com>, Walter says... > > > > > >"Brad Anderson" <brad@sankaty.dot.com> wrote in message news:bukd2i$17hb$1@digitaldaemon.com... > >> One reason may be that it's in Java, a language far easier for me to port > >to D > >> than C++. > > > >I never thought about that. It might even be possible to do machine translation of Java to D. (Of course, that wouldn't help with the differences in the underlying runtime libraries, > > maybe creating String and Vector classes > (maybe a couple more, Array template class?) > would be easier then doing some complex conversion. > (will D purists complain?) > > then just add "alias bit boolean;" and rename to .d, > should compile. A proper D conversion should at least make the effort to replace the String class with D char arrays <g>. |
February 20, 2004 Re: Active Projects | ||||
---|---|---|---|---|
| ||||
Posted in reply to C | A couple of years back I wrote a standalone Java servlet-server; totally secure and faster than anything else available. I've been thinking about porting this to D (perhaps using the OpenD.org Sockets package), if there's not already something similar? What do you think -- a servlet-style HTTP server in D, for D? - Kris "C" <dont@respond.com> wrote in message news:btnk5a$2hrc$1@digitaldaemon.com... > I was just wondering what everyone else is working on. I think it would be > cool to have a refrence , so were not duplicating each other and stuff :). > > Im working on Windy as you might know ( GUI toolkit ). I'm also going to > start a mysql module soon. > > You guys ? > > C > > |
February 20, 2004 Re: Active Projects | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kris | Excellent! Do it. I'll be happy to review it when you're done. "Kris" <someidiot@earthlink.net> wrote in message news:c1646d$164u$1@digitaldaemon.com... > A couple of years back I wrote a standalone Java servlet-server; totally secure and faster than anything else available. I've been thinking about porting this to D (perhaps using the OpenD.org Sockets package), if there's > not already something similar? > > What do you think -- a servlet-style HTTP server in D, for D? > > - Kris > > > "C" <dont@respond.com> wrote in message news:btnk5a$2hrc$1@digitaldaemon.com... > > I was just wondering what everyone else is working on. I think it would > be > > cool to have a refrence , so were not duplicating each other and stuff :). > > > > Im working on Windy as you might know ( GUI toolkit ). I'm also going to > > start a mysql module soon. > > > > You guys ? > > > > C > > > > > > |
February 22, 2004 Re: Active Projects | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kris | Kris wrote:
> A couple of years back I wrote a standalone Java servlet-server; totally
> secure and faster than anything else available. I've been thinking about
> porting this to D (perhaps using the OpenD.org Sockets package), if there's
> not already something similar?
>
> What do you think -- a servlet-style HTTP server in D, for D?
<drool>
I think this would be fantastic project. I'd like to help, but I'm busy on other things at the moment. I will, however, join Matthew in offering review and testing.
D Server Pages or DSP
</drool>
|
February 22, 2004 Re: Active Projects | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Anderson | DSP huh? Funny, I was (ESP) thinking the same thing .... that's a cool name Brad :-) Didn't Nicholas Wirth once say "designing a Language is easy, but coming up with a great name is really hard" ? - Kris "Brad Anderson" <brad@sankaty.dot.com> wrote in message news:c18vgh$9tr$1@digitaldaemon.com... > Kris wrote: > > A couple of years back I wrote a standalone Java servlet-server; totally secure and faster than anything else available. I've been thinking about porting this to D (perhaps using the OpenD.org Sockets package), if there's > > not already something similar? > > > > What do you think -- a servlet-style HTTP server in D, for D? > > <drool> > > I think this would be fantastic project. I'd like to help, but I'm busy on > other things at the moment. I will, however, join Matthew in offering review > and testing. > > D Server Pages or DSP > > </drool> |
February 22, 2004 Re: Active Projects | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kris | Yeah, I'm really *original*. All by myself, I came up with the name for the port of SWT to D: dwt
I think I've found my calling :D - Anyone else out there need a name for their project? Bring it on.
BA
Kris wrote:
> DSP huh? Funny, I was (ESP) thinking the same thing .... that's a cool name
> Brad :-)
>
> Didn't Nicholas Wirth once say "designing a Language is easy, but coming up
> with a great name is really hard" ?
>
> - Kris
>
>
> "Brad Anderson" <brad@sankaty.dot.com> wrote in message
> news:c18vgh$9tr$1@digitaldaemon.com...
>
>>Kris wrote:
>>
>>>A couple of years back I wrote a standalone Java servlet-server; totally
>>>secure and faster than anything else available. I've been thinking about
>>>porting this to D (perhaps using the OpenD.org Sockets package), if
>
> there's
>
>>>not already something similar?
>>>
>>>What do you think -- a servlet-style HTTP server in D, for D?
>>
>><drool>
>>
>>I think this would be fantastic project. I'd like to help, but I'm busy
>
> on
>
>>other things at the moment. I will, however, join Matthew in offering
>
> review
>
>>and testing.
>>
>>D Server Pages or DSP
>>
>></drool>
>
>
>
|
Copyright © 1999-2021 by the D Language Foundation