=====Graphics and Games===== ==== Game programming ==== * [[/Accessing%20two%20joysticks|Accessing two joysticks]] ==== General graphics ==== * [[/Capturing%20the%20contents%20of%20a%20window|Capturing the contents of a window]] * [[/Centering%20the%20graphics%20origin|Centering the graphics origin]] * [[/Converting%20graphics%20coordinates|Converting graphics coordinates]] * [[/Creating%20a%20PNG%20file%20from%20a%20Windows%20icon|Creating a PNG file from a Windows icon]] * [[/Direct%20screen%20memory%20access|Direct screen memory access]] * [[/Displaying%20a%20PNG%20or%20TIFF%20image|Displaying a PNG or TIFF image]] * [[/Displaying%20animated%20GIFs|Displaying animated GIFs]] * [[/Displaying%20inverse%20video|Displaying inverse video]] * [[Drawing rounded rectangles]] * [[/Drawing%20a%20Transparent%20Bitmap|Drawing a Transparent Bitmap]] * [[/Drawing%20text%20with%20a%20translucent%20dropshadow|Drawing text with a translucent dropshadow]] * [[/Drawing%20outside%20the%20window|Drawing outside the window]] * [[/drawing_to_an_in-memory_bitmap_texture|Drawing to an in-memory bitmap/texture]] * [[/Extracting%20a%20file%27s%20thumbnail|Extracting a file's thumbnail]] * [[/finding_image_file_dimensions|Finding image file dimensions]] * [[/Loading%20a%20GIF%20or%20JPEG%20image|Loading a GIF or JPEG image]] * [[/Loading%20a%20PNG%20or%20TIFF%20image|Loading a PNG or TIFF image]] * [[/Multi-page%20graphics|Multi-page graphics]] * [[/Palette%20animation|Palette animation]] * [[/Point-in-Polygon%20hit%20testing|Point-in-Polygon hit testing]] * [[/Putting%20an%20image%20on%20the%20clipboard|Putting an image on the clipboard]] * [[/Reading%20the%20palette%20contents|Reading the palette contents]] * [[/Saving%20a%20GIF%20image|Saving a GIF image]] * [[/Saving%20a%20JPEG%20image|Saving a JPEG image]] * [[/Saving%20a%20PNG%20image|Saving a PNG image]] * [[/Saving%20a%20TIFF%20image|Saving a TIFF image]] * [[/Synchronizing%20with%20video%20refresh|Synchronizing with video refresh]] * [[/Using%20larger%20colour%20palettes|Using larger colour palettes]] * [[/Writing%20to%20the%20screen%20using%20the%20Windows%20API|Writing to the screen using the Windows API]] ==== 3D graphics ==== * [[/3d_object_order_can_matter|3D object order can matter]] * [[/Direct3D%2011%20Tutorials|Direct3D 11 Tutorials]] * [[/OpenGL%20programming|OpenGL programming]] ==== Printing graphics ==== * [[/Sending%20image%20files%20to%20the%20printer|Sending image files to the printer]] * [[/Sending%20raw%20data%20to%20a%20printer|Sending raw data to a printer]] * [[/Writing%20graphics%20to%20the%20printer|Writing graphics to the printer]]