Related resources for BreakOut
  • Space Breakout - 2D Game Developed Using DirectX and C#5/19/2012 12:44:06 AM. GDI+ is a feature rich graphics API that makes sophisticated graphical effects highly accessible to the C# developers.
  • BreakOut 3D5/19/2012 12:31:19 AM. I really miss those days when everything was simple and in 2D. But now it’s different, people today must have everything in 3D. So here it is, my version of breakout.
  • Space Breakout - 2D Game Developed using DirectX and C#2/1/2006 10:57:11 PM. GDI+ is a feature rich graphics API that makes sophisticated graphical effects highly accessible to the C# developers. Unfortunately if youve tried to develop smooth detailed animation using GDI+ you have undoubtedly discovered that just how slow it can be. Consequently it is not particularly suited to games development, if you want to really take advantage of your 1 gig + processor and that fancy new graphics card youre going to have to get a little more low level and dirty, enter Microsofts DirectX API.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download