HOWTO: Use Clion for Raylib | SDL2 | SDL3 Using CMake
🎮 Hello friends! Today we're taking a look at creating 3 different projects in CLion! We're going to cover some (hopefully?) easier ways to use CMake to put together a Raylib, SDL2 or SDL3 project.
I'm putting together some real basic test projects for each library, including the use of the new callback structure of SDL3!
Take a look and be sure to share the video if you find it useful (please!)
🔥 🔥 CMake for Raylib: https://gist.github.com/erikyuzwa/98305851fc6f948805a92768c7e82705
🔥 🔥 CMake for SDL2: https://gist.github.com/erikyuzwa/94f1dae4b822a8c526bb05cf6b46444b
🔥 🔥 CMake for SDL3: https://gist.github.com/erikyuzwa/b2793947896b9ce43cab9562b1a58cec
👋 🏻 Connect with me
Twitter: https://www.twitter.com/eyuzwa
📖 I'm also going through the Bible over at @BibleTimeWithWazoo
Chapters:
00:00 - Introduction
00:20 - Raylib and CMake
04:52 - SDL2 and CMake
09:32 - SDL3 and CMake
11:11 - SDL3 SDL_AppInit Callback
12:15 - SDL3 SDL_AppIterate Callback
12:55 - SDL3 SDL_AppQuit Callback
13:30 - SDL3 SDL_AppEvent Callback
16:43 - Wrapping Up
#RAYLIB #SDL2 #SDL3