Setup imgui docking with SDL2 in Visual Studio 2022 with git and NuGet
imgui as a git submodule
SDL2 as a NuGet package
imgui wiki guide:
https://github.com/ocornut/imgui/wiki...
Timestamps:
00:00 Intro
00:20 Install git
00:45 New project
01:30 Setup git
02:00 imgui as git submodule
03:20 SDL2 as a NuGet package
03:48 imgui setup
06:00 imgui SDL2 backend setup
07:50 Profit!
07:55 Organizing using filter folders
09:00 ReSharper warnings
9:55 Enable docking support
10:10 imgui wiki
10:45 example code
12:15 docking test drive
13:10 main loop
18:40 Outro