-
I wanted to just see what the generator does (and then possibly work on https://github.com/pthom/imgui_bundle/discussions/38#discussioncomment-4373476), but `pip install -U -r requirements-dev.txt` al…
-
Background problem: I'm integrating glfw with Dear Imgui. The Dear Imgui GLFW integration explicitly states that it may cause errors on X11 systems and sets a null error handler to just black hole the…
-
I'm trying to figure out how to fix this issue, but yes this could be an issue, for example Visual Studio 2019 is a program that has its own thread and and its cpu consumption at relax state is approx…
-
**Version/Branch of Dear ImGui:**
Version: 1.89
Branch: docking
**Back-end/Renderer/Compiler/OS**
Back-ends: imgui_impl_glfw.cpp + imgui_impl_dx11.cpp
Compiler: MSVC
Operating System: Wind…
-
**Version/Branch of Dear ImGui:**
1.87.3 Stable/master , using C# Binding.
**Back-end/Renderer/Compiler/OS**
Back-ends: imgui_impl_187.cpp
Compiler: .NET 7/ C# (using binding)
**My Issue/Qu…
-
Hello, it is not really an issue. I am just trying the change the default font. But I dont know how to do it. Here is my code:
/* I am using sfml */
sf::RenderWindow window(sf::VideoMode(640, 480)…
-
- [x] Rework binding system
- [x] Change overlay layout
- [x] Add scrolling to Bindings and Settings (like console output, as there is great potential for overflow and it would scroll whole window, …
-
@MasterDarkseid @MarioTainaka @DaniloElectricMonkeys @Veynam @Sumea @Balthazor44 @PedroC47 @Gwektro @shpatter @vStar925
(Tagging you all since you playtested for us previously and did a great job.)…
-
`DearImGui` is a singleton "infection": it cannot accommodate multiple instances, so all types that (directly or indirectly) own an ImGui instance are needlessly constrained to being singletons as wel…
-
### Description
`"CXXFLAGS=/D_HAS_AUTO_PTR_ETC"`
If you can add this for at least MSVC. I'm not sure if this flag works on GCC or Clang. It will allow building SFML with c++17 and above. I didn't h…