Setting up WxWidgets with cmake and Cmake FetchContent
This blog post explains how I setup wxwidgets with cmake and cmake fetchcontent.
This blog post explains how I setup wxwidgets with cmake and cmake fetchcontent.
This blog post contains code snippets, wxwidgets terminology etc.
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 is an immediate mode gui framework written in c++. This is a cheasheet like blog post containing commonly used components.