Issues link

omar
2025-03-17 20:44:14 +01:00
parent d51e8a92af
commit fd0af778aa

@@ -8,7 +8,7 @@ Dear ImGui in 2025 is incredibly more powerful and versatile than Dear ImGui was
We are consistently doing R&D and sitting on unfinished features needing work.
We have answered [thousands of community questions/issues](https://github.com/ocornut/imgui/issues?q=) in the open and in one centralized place in order to create a database of knowledge.
We have answered [thousands of community questions/issues](https://github.com/ocornut/imgui/issues?q=state%3Aopen) in the open and in one centralized place in order to create a database of knowledge.
We have created a [test engine & test suite](https://github.com/ocornut/imgui_test_engine) to test the library, minimize regressions, facilitate contributions and effectively contributes to documenting the code (pro-tip: if you are unsure what some code is for, disable it and run the test suite!).