This shows you the differences between two versions of the page.
Next revision | Previous revision Next revision Both sides next revision | ||
graphics_20and_20games [2018/03/31 13:19] 127.0.0.1 external edit |
graphics_20and_20games [2020/06/05 11:14] richardrussell Added Drawing to an in-memory bitmap/texture |
||
---|---|---|---|
Line 4: | Line 4: | ||
* [[/Accessing%20two%20joysticks|Accessing two joysticks]] | * [[/Accessing%20two%20joysticks|Accessing two joysticks]] | ||
- | \\ | + | |
==== General graphics ==== | ==== General graphics ==== | ||
Line 18: | Line 18: | ||
* [[/Drawing%20text%20with%20a%20translucent%20dropshadow|Drawing text with a translucent dropshadow]] | * [[/Drawing%20text%20with%20a%20translucent%20dropshadow|Drawing text with a translucent dropshadow]] | ||
* [[/Drawing%20outside%20the%20window|Drawing outside the window]] | * [[/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]] | * [[/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%20GIF%20or%20JPEG%20image|Loading a GIF or JPEG image]] | ||
* [[/Loading%20a%20PNG%20or%20TIFF%20image|Loading a PNG or TIFF image]] | * [[/Loading%20a%20PNG%20or%20TIFF%20image|Loading a PNG or TIFF image]] | ||
Line 24: | Line 26: | ||
* [[/Palette%20animation|Palette animation]] | * [[/Palette%20animation|Palette animation]] | ||
* [[/Point-in-Polygon%20hit%20testing|Point-in-Polygon hit testing]] | * [[/Point-in-Polygon%20hit%20testing|Point-in-Polygon hit testing]] | ||
+ | * [[/Redirecting%20the%20VDU%20commands%20to%20a%20sprite|Redirecting the VDU commands to a sprite]] | ||
* [[/Putting%20an%20image%20on%20the%20clipboard|Putting an image on the clipboard]] | * [[/Putting%20an%20image%20on%20the%20clipboard|Putting an image on the clipboard]] | ||
* [[/Reading%20the%20palette%20contents|Reading the palette contents]] | * [[/Reading%20the%20palette%20contents|Reading the palette contents]] | ||
Line 33: | Line 36: | ||
* [[/Using%20larger%20colour%20palettes|Using larger colour palettes]] | * [[/Using%20larger%20colour%20palettes|Using larger colour palettes]] | ||
* [[/Writing%20to%20the%20screen%20using%20the%20Windows%20API|Writing to the screen using the Windows API]] | * [[/Writing%20to%20the%20screen%20using%20the%20Windows%20API|Writing to the screen using the Windows API]] | ||
- | \\ | + | |
==== 3D graphics ==== | ==== 3D graphics ==== | ||
+ | * [[/3d_object_order_can_matter|3D object order can matter]] | ||
* [[/Direct3D%2011%20Tutorials|Direct3D 11 Tutorials]] | * [[/Direct3D%2011%20Tutorials|Direct3D 11 Tutorials]] | ||
* [[/OpenGL%20programming|OpenGL programming]] | * [[/OpenGL%20programming|OpenGL programming]] | ||
- | \\ | + | |
==== Printing graphics ==== | ==== Printing graphics ==== | ||