А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ы Э Ю Я [A-Z] [0-9]
 
     
 

McCuskey Mason - скачать бесплатно все книги автора

 

 

Книги 1—1 из 1.
  • Developing a GUI in C++ and DirectX
  • Жанр: Программирование
  • At first glance, it may seem like I’m reinventing the wheel; Windows already comes with a very complex, very functional GUI. Unfortunately, while the Windows GUI is great for office apps, quite frequently, it’s not suited for many games. Games tend to want a more precise control over the GUI than Windows can provide (for example, games may want to use alpha-blending to implement partially transparent windows - easy if you’ve written your own GUI, but next to impossible using the Windows GUI).This article will walk you though how to create a GUI using ...