| Forum |
Thread |
Replies |
Latest activity |
| Coffeehouse |
Looking for an old Windows 95 game |
39 |
Dec 10, 2007 at 4:59 PM |
| Tech Off |
Silverlight Rendering Speed vs WPF |
1 |
May 12, 2007 at 2:19 PM |
| Tech Off |
ACPI Bios error , Event ID 12 |
4 |
May 12, 2007 at 2:10 PM |
| Coffeehouse |
Orcas Beta 1 has shipped! |
20 |
Apr 20, 2007 at 3:52 PM |
| Tech Off |
why are gui elements (wpf controls) still so slow? |
30 |
Apr 01, 2007 at 4:07 AM |
| Coffeehouse |
Yahoo Messenger for Vista - WPF Goodness! |
13 |
Jan 08, 2007 at 5:18 AM |
| Coffeehouse |
Activating Windows Vista & High Def Content (HDCP) |
0 |
Dec 02, 2006 at 6:39 AM |
| Coffeehouse |
Vista 2.0 |
106 |
Aug 08, 2006 at 8:01 AM |
| Tech Off |
How much of WPF is hardware accellerated? |
1 |
Jun 20, 2006 at 5:54 AM |
| Coffeehouse |
Microsoft: "How about we bundle Flash Player" |
16 |
Jun 07, 2006 at 9:55 AM |
WPF 3.5 SP1 Performance with Adam Smith
May 15, 2008 at 2:02 PMWith regards to the text rendering, did any of the DX10 specific optimizations ever arise? A long time ago, in the Avalon days, i remember there was talk of moving the text path completely to hardware in DX10 class video cards, as opposed to the mixed hardware cleartype and software glyph composition / alpha blending in DX9 paths?
Kevin Moore: New Features in WPF 3.5
Sep 02, 2007 at 5:02 AMKevin Moore: New Features in WPF 3.5
Aug 16, 2007 at 9:36 AMKevin Moore: New Features in WPF 3.5
Aug 10, 2007 at 2:50 PMOn a technical side, I remember seeing, around PDC '06 time, a series of slides stating that WPF would work via DX10 (where possible in hardware) to fully move the text-rendering path into hardware. This means that glyph performance would be up there with GDI, if not even faster. It also meant better GPU task allocation thanks to the advanced scheduling features of DX10-class GPUs. Is DX10 support for the presentation backend coming in this 3.5 release? If not, is it planned to come sometime in the future?
I'd be a real shame to see WPF fall into the same trap that GDI Acceleration did, of being very good at what it was, but locked to a very specific set of basic hardware functionality that went out of date around '98, and was never extended, perhaps with the exception of hardware alpha transparency in Windows 2000.
Real World WPF : Designers and Developers working together?!
Apr 12, 2007 at 1:30 PMMost programmers fancy themselves as a bit of a designer too, most of us having done more than enough UI design in our time, and a lot of us being given total freedom over it on smaller projects.
This leads to something which often seems to cause upset, namely programmers fiddling with the designers ideas on the quiet as we see fit during the implementation. I have to say, on reflection, I dont think i've seen designers fiddle with the code.
Having a good team is adsolutely critical, you should be able to get to the situation where the programmer trusts the designer's understanding enough to implement his or her designs as laid out, as he or she probably knows much more about design that you do, a fact which is difficult to accept sometimes. It's like putting on your best smartest clothes to impress, only to be shot down and bluntly told your style is awfully 90's.
I'm not saying that there should be a chasm dividing the them, far from it, thrashing these things out together is by definition 'working together', but there has to be a level of respect for each others role and judgement.
It's also very interesting, coming from an ASP.NET development side, that windows development is moving so closely towards a similar idea of the separation of code and layout. I mean, thats been happening the web development world for a long time. Web Development agencies who make a business of providing only layout and graphics are commonplace, but UI development agencies? I haven't heard of many, except for the excellent thirteen23 and frog design who seem to have quickly taken up WPF for use in real projects. This separation, i think, will open up a huge new market, the same way we have 'We'll do the xhtml and graphics, you do the coding' kind of agencies now, except this time it'll be 'You do the C#, we'll do the xaml'. This is even more apparent when you consider the market positioning of applications such as Blend and Interactive Designer. A good example of what can be done with this kind of approach is the new Yahoo! Messenger for Vista , a taste of things to come, or so I hope.
New Vista GUI Stuff For Devs
Jan 18, 2007 at 4:48 PMMoving a window, with the DWM, just means moving a textured surface over the one beneath it. In GDI, the surface was moved, but the one below has the extra step of having to be redrawn again. Resizing a window is a different problem, becuase it means all the contents inside have to reflow and redraw. This involves quite a computational and rendering overhead, especially in rich evolved GDI apps like Windows Media Player.
Photo gallery appears to be a standard win32 app according to its files, although it does make use of 'glass'. I certainly agree about Yahoo Messenger, quite why Microsoft didn't have a few impressive WPF apps lined up is strange, but haven't we seen the same pattern with .NET 2.0?, at least in terms of mass-market apps.
I think Microsoft is positioning itself to provide the best development platforms for these future applications, and I also guess there must be just too much work invested in the older win32 architectures and applications (think: Office). In terms of development tools, I dont think anyone can choose a better environment than VS, and Microsoft seem to be heading for it again with Expression Blend, the WPF development tool, which *is* written in .NET and uses WPF, and is really quite amazing, as development tools go, already.
Having said that, it seems like a big oversight that there were no WPF apps shipping with Vista, and it could have made a lot of the initial reviews a lot more favourable for its Aero UI, especially when inevitably compared to Mac OS X's UI (to which i think everyone will agree, WPF is technically superior)
Having said that, they may have a few ready and waiting for the January 30th launch
New Vista GUI Stuff For Devs
Jan 18, 2007 at 1:33 PMWell, this isn't really the fault of the DWM system in Vista. Admittedly, its marginally better when running in classic mode (no black section, but still slow to resize), but the root cause seems to be the fact that if you resize WMP quickly on a fairly slow machine, it becomes apparent that the black section you're talking about is in fact the 'classic' black non-glass WMP controls, buttons and all, still being rendered in the background!
This is more a case of poor software development than anything else.
If you try resizing with a proper WPF app, such as the New York Times reader, you'll find it a much better experience, because remember that although you are running a composited desktop, inside the composited window, unless the application is WPF, it's all still GDI based rendering.
I dont think Vista ships with any WPF applications off the top of my head. In fact, for that matter, i don't think it ships with any .NET 2.0 executables either.
I think we all often forget that what we currently know as 'Vista' isn't the full picture by any means. WPF is a key part of it, an amazingly powerful platform, and is currently 99% unused, even in Vista itself. A few months down the line, we'll have DX10 graphics cards, designed with WPF in mind, accellerating even more of the WPF framework than we do now with DX9. It's going to be big, and what we've seen so far is nothing.
Michael Kaplan - Bringing Windows Vista to International markets
Dec 16, 2005 at 7:13 AMDo you do any work on the IME side of things? I do a lot of Japanese work on mine, and any updated would be a great.
Also, what about the mysterious ScrLk, SysRq, Break and Pause keys? what do they do under Vista, now that we no longer live in the world of ANSI TTYs?.
Finally, i have often wondered what the difference in localisations wwre between en-US and en-UK, aside from dates and times?
Vista Audio Stack and API
Dec 16, 2005 at 5:54 AMAn excellent video, really informative to watch, however it does leave some questions unanswered.
What about automatic jack senseing? I can just plug in a mic, and it's detected as a mic, right? same for my other speakers.
What about HD Audio? OK, so we get WaveRT DMA implementations, but what else? It would be nice to hear about some other HD audio tech, like the jack sensing above.
How about DVD Audio Discs? how is that going to be handled? Thats 192Khz, right?
What about multi channel setup?
Midi?
And finally, hardware mixing accelleration?
I appreciate this article was really to give software developers an insight into the various structures of the new windows audio platform, but perhaps in a new article you could cover some of the points above.
Thanks!
Mark
Windows, Part I - Dave Probert
Apr 02, 2005 at 7:28 AMWhat you say is most certainly correct, and i do agree with it, but its not quite the point i wanted to make in my original message. You are right in saying that even on single core systems multithreaded apps will get a performance benefit because of better handling of blocking and such like (and all the more on HT), but on that point, that doesn't really make much use of the power of dual cores. The same can go for applications which run the GUI in one thread and the process in the other, having owned an Athlon MP system, the difference is very small. Very very rarely does any multithreaded app utilise more than 50% of the dual processors' time (i.e. 100% of the timeframe of one CPU), showing little work is being spread onto the 2nd processing unit (unless one runs a specifically SMP aware app, of which there are frighteningly few)
For dual cores, for any significant speed-up to happen, its not going to come from multithreaded IO queueing or gui thread/app thread, as this load level is already well handled in the context of a single CPU, so to speak. As you correctly say, in the server enviroment, this is great, one can create many threads for client requests, etc, but on the desktop, the only benefit is likely to come from multitasking, in some situations, for example, compressing CD audio to WMA while trying to play a video. And i think thats how dual cores will be marketed. Thats not a bad thing, but its not going give any single app a definate speed increase, something which most home users are looking for.
Eventually, multi-core aware applications will arrive that make use of both CPU's in one application context, that aren't either high end video encoders or renderers, but until that time comes, most dual cores are likely to go rather underused.
This leads to my second argument that, becuase even programming 2 threads is difficult enough, software will likely be written with only 2 cores in mind. When highly multi-core processors arrive in 2010 or sometime around then, we're back to the same problem that on a 4 core system, for example, only 50% of the CPU time would be used (2 cpu's worth), unless the developer specifically recodes the app to create 4 threads.
What is needed is a way to mark, in code, any task as parallel-izable, without going into the thread level in the program. The kernal should be able to create enough threads to occupy all the processors based on some abstracted defition of the parallel task. That would mean that however many cores one's CPU has, an application with an explicity parallel-izable section is automatically interpreted to use all of the available computing power on the host system. I dont know how it would be done in pratice, but its just an idea.
See more comments…