How Easy Is the Updated SDL3_Image Library in C? Let's find out!
Channel:
Subscribers:
1,780
Published on ● Video Link: https://www.youtube.com/watch?v=v3tNrSaBAV4
๐ฎ Hello friends! Today we're taking a small look at using the updated SDL3_image library!
Is it as easy to load different image formats and render to our device as advertised? Let's find out!
๐ ๐ Grab the source (on github): https://github.com/erikyuzwa/sdl3-working-with-sdl3-image
๐ Links & References
SDL3 Wiki: https://wiki.libsdl.org/SDL3/FrontPage
๐ ๐ป Connect with me
X: https://x.com/eyuzwa
๐จ Timestamps
00:00 - Introduction
00:55 - Include SDL3_image header
01:02 - Load Texture Data into SDL_Texture
02:45 - Cleanup SDL_Texture data
03:20 - A Helpful vcpkg tip
04:40 - Drawing Rects with Textures
#SDL3 #cprogramming