cpp
Setting up WxWidgets with cmake and Cmake FetchContent
This blog post explains how I setup wxwidgets with cmake and cmake fetchcontent.
Wxwidgets Cheatsheet Blog Post
This blog post contains code snippets, wxwidgets terminology etc.
Setting up Dear ImGui with SDL and CMake
In this blog post, we’ll walk through setting up a basic template for Dear ImGui with SDL as the backend using CMake. This setup will provide a solid foundation for building graphical applications with an intuitive user interface.
dear imgui
Dear Imgui is an immediate mode gui framework written in c++. This is a cheasheet like blog post containing commonly used components.