You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed the ability to search markers recently and I put this together. Is it something you'd want adding and if so is this a reasonable design or is there a better way to implement it? Maybe the ability to select multiple colours at once?
2025-03-04.22-56-44.mp4
The search box is a ImGuiTextFilter which implements very basic searching and I set it to compare the Name and Item columns,
I needed the ability to search markers recently and I put this together. Is it something you'd want adding and if so is this a reasonable design or is there a better way to implement it? Maybe the ability to select multiple colours at once?
2025-03-04.22-56-44.mp4
The search box is a
ImGuiTextFilterwhich implements very basic searching and I set it to compare the Name and Item columns,