So far everything we have looked at has to do with time. And when we talk Big O, it is usually time complexity we are referring to. But there is another side to the coin, and that is space. Space ...
When using ImGui::SliderScalar with a combination of scientific notation (e.g., "%.1e") plus ImGuiSliderFlags_Logarithmic plus small values, the dragging behavior is incorrect. It jumps between the ...