English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What is the difference between using .NET to create some GUI versus using DirectX? Which one is preferred when it comes to creating some simple windows with tabs, text fields, drop down menus and button?

2007-02-08 11:25:59 · 3 answers · asked by blazeimurill 3 in Computers & Internet Programming & Design

3 answers

Use DirectX when you want to use graphics, and .NET when you don't. For the GUI items you're mentioning, it's easiest to use .NET.

2007-02-08 11:33:46 · answer #1 · answered by Anonymous · 0 0

Why not use WPF, it is .Net 3.0 wrapper around graphics, it has directX calls under the hood when they are faster, or it uses GUI+ for some thing, if it makes more sense. No longer do you have to determine which is going to be better yourself.

If this is not an option, then DirectX provides direct access to the video buffers, and uses other hardware rendering, so I'd guess that would be faster to add effects to your project...for simple graphics simple double buffing should be all you need to do.

2007-02-08 15:59:08 · answer #2 · answered by KnightSpot 2 · 0 0

.NET

2007-02-08 11:32:08 · answer #3 · answered by immygrant 3 · 0 0

fedest.com, questions and answers