Making a Ridiculously Basic Paint App with Raylib + ImGui
As promised in the video: Click here for the FREE starter template here. This video’s source code (and much more) […]
As promised in the video: Click here for the FREE starter template here. This video’s source code (and much more) […]
CMake is a powerful tool for building C/C++ projects to working apps, but learning how to use it can be
Yes, The CMake Tutorial is finally available in paperback format. I first started writing it in 2023, so it’s been
I’m excited. The proof copy of The CMake Tutorial printed book arrived yesterday (see above). And, I think it’s looking
As promised, here’s the ICC profile needed for the fix: Coated Fogra39 260 Uncoated (CRPC3) ICC profile. So, you’ve finished
I want to build cross-platform GUI apps in C++, and I’ve heard that Dear ImGui is awesome. So today, I’m
Last week I was using my own CMake book for a new project. Yes, I refer back to my own
As promised in the video, here are the links to the web hosts I recommend: Rocket.net, and Cloudways. NOTE: Some
My website is a mess. Oh sure, it looks just fine, but it’s all smoke and mirrors. Behind the surface,
Six months. Countless builds. And me, stuck in a loop-doing the same thing over and over with different buils systems—so you don’t have to. Let’s figure out which C++ build system is really worth your time. I put the most popular build systems to the test—CMake, Make, Meson, Bazel, and more. Some were great, and […]