Re: dmd support for IDEs + network GUI

2009-10-20 Thread Adam D. Ruppe
On 10/20/09, Nick B wrote: > Re your use of a binary protocol. > > Perhaps instead of re-inventing the wheel, Eh, my code is already written and works. One of the advantages to my code generator reading a C like syntax is that I might be able to fully automate porting some existing APIs do

Re: dmd support for IDEs + network GUI

2009-10-20 Thread Nick B
Nick Sabalausky wrote: "Adam D. Ruppe" wrote in message news:mailman.208.1255923114.20261.digitalmar...@puremagic.com... On Mon, Oct 12, 2009 at 09:06:38PM -0400, Nick Sabalausky wrote: Excellent! Sounds exactly like what I had in mind. I'll definately want to keep an eye on this. Any webpage

Re: dmd support for IDEs + network GUI

2009-10-20 Thread Nick Sabalausky
"Adam D. Ruppe" wrote in message news:mailman.208.1255923114.20261.digitalmar...@puremagic.com... > On Mon, Oct 12, 2009 at 09:06:38PM -0400, Nick Sabalausky wrote: >> Excellent! Sounds exactly like what I had in mind. I'll definately want >> to >> keep an eye on this. Any webpage or svn or anyt

Re: dmd support for IDEs + network GUI

2009-10-18 Thread Adam D. Ruppe
On Mon, Oct 12, 2009 at 09:06:38PM -0400, Nick Sabalausky wrote: > Excellent! Sounds exactly like what I had in mind. I'll definately want to > keep an eye on this. Any webpage or svn or anything yet? I wrote up some of a webpage for it over the weekend: http://arsdnet.net/dws/ I haven't had a

Re: dmd support for IDEs + network GUI

2009-10-13 Thread Nick Sabalausky
"Adam D. Ruppe" wrote in message news:mailman.179.1255391198.20261.digitalmar...@puremagic.com... > > My DWS project aims to work up on a widget level. It isn't quite as > visually > fancy as what you are describing (though it could grow into it later), but > works on a high enough level of abst

Re: dmd support for IDEs + network GUI

2009-10-13 Thread Nick Sabalausky
"language_fan" wrote in message news:hb2ov1$1jd...@digitalmars.com... > Mon, 12 Oct 2009 19:09:11 -0400, Nick Sabalausky thusly wrote: >> A different branch of the this topic started taking about (or rather, >> bashing on) web-apps-being-used-as-desktop-apps, and I mentioned I felt >> that was as

Re: dmd support for IDEs + network GUI

2009-10-13 Thread language_fan
Mon, 12 Oct 2009 19:09:11 -0400, Nick Sabalausky thusly wrote: > A different branch of the this topic started taking about (or rather, > bashing on) web-apps-being-used-as-desktop-apps, and I mentioned I felt > that was ass-backwards and that the focus should be the other way > around: making deskt

Re: dmd support for IDEs + network GUI (OT)

2009-10-13 Thread Nick Sabalausky
"David Gileadi" wrote in message news:hb24km$pm...@digitalmars.com... > Nick Sabalausky wrote: >> Video game developers don't make multiplayer games by sending a >> compressed video stream of the fully-rendered frame - they know that >> would be unusable. Instead, they just send the minimum hig

Re: dmd support for IDEs + network GUI

2009-10-13 Thread language_fan
Mon, 12 Oct 2009 19:53:32 -0400, Adam D. Ruppe thusly wrote: > In addition to GUI components, I also want to support local file and > sound access, along with a few other things. It sucks when you are using > an X program and it decides to blare sound out of your home computer > when you are using

Re: dmd support for IDEs + network GUI (OT)

2009-10-13 Thread David Gileadi
Nick Sabalausky wrote: Video game developers don't make multiplayer games by sending a compressed video stream of the fully-rendered frame - they know that would be unusable. Instead, they just send the minimum higher-level information that's actually needed, like "PlayerA changed direction 72

Re: dmd support for IDEs + network GUI

2009-10-12 Thread Nick B
Nick Sabalausky wrote: "Walter Bright" wrote in message news:hb05cv$2br...@digitalmars.com... Bill Baxter wrote: But it doesn't sound to me like it will be that much use to serious IDEs. Possibly not, but for lightweight IDEs I think it would be of much use. It would also make things very acc

Re: dmd support for IDEs + network GUI

2009-10-12 Thread Adam D. Ruppe
On Mon, Oct 12, 2009 at 09:06:38PM -0400, Nick Sabalausky wrote: > Excellent! Sounds exactly like what I had in mind. I'll definately want to > keep an eye on this. Any webpage or svn or anything yet? Not yet. I've discussed it on random forums (in various states of development) but haven't writt

Re: dmd support for IDEs + network GUI

2009-10-12 Thread Nick Sabalausky
"Adam D. Ruppe" wrote in message news:mailman.179.1255391198.20261.digitalmar...@puremagic.com... > > My DWS project aims to work up on a widget level. [big snip] Excellent! Sounds exactly like what I had in mind. I'll definately want to keep an eye on this. Any webpage or svn or anything yet?

Re: dmd support for IDEs + network GUI

2009-10-12 Thread Adam D. Ruppe
On Mon, Oct 12, 2009 at 07:09:11PM -0400, Nick Sabalausky wrote: > What you say here is actually hinting at what I meant: What we need is a > proper GUI equivalent to something like TTY or telnet. Not remote desktops, > which really just act like streaming video, but something that'll say "Hey >

Re: dmd support for IDEs + network GUI

2009-10-12 Thread Nick Sabalausky
"Walter Bright" wrote in message news:hb05cv$2br...@digitalmars.com... > Bill Baxter wrote: >> But it doesn't sound to me like it will be that much use to serious IDEs. > > Possibly not, but for lightweight IDEs I think it would be of much use. It > would also make things very accessible to Emac