Document imgui including some of the complications and patterns for working with it. It is useful to know that the imgui functions get called repeatedly at a rapid pace, so you need that code to be efficient and use things like a stable sort order for lists.