imgui Questions

2

I use vcpkg manifest mode to install packages, vcpkg.json: { "name": "vcpkgtest", "version": "1.0.0", "description": "learn vkpg & glfw...
Northman asked 13/12, 2022 at 5:28

2

The call to ImGui::InputText() takes a char array which I need to initialise from a std::string and then transfer the contents back to the std::string. In it's simplest form: char buf[255]{}; std::...
Edie asked 3/9, 2021 at 14:35

2

Solved

I would like to know that how do I remove the title bar from an ImGui Window. I am using C++ with GLFW for this.
Columbia asked 6/9, 2021 at 15:51

3

Solved

Suppose I create a table with the following: ImGui::Columns(3); ImGui::Text("Header 1"); ImGui::NextColumn(); ImGui::Text("Header 2"); ImGui::NextColumn(); ImGui::Text("Header 3"); ImGui::NextCol...
Tennessee asked 21/9, 2019 at 23:0

5

I am creating a text in ImGui. It automatically aligns right, how do I make just that one text align in the center? ImGui::Text("Example Text"); I don't believe there is a function to do...
Fatwitted asked 2/11, 2020 at 21:41

1

I am looking to figure out how I can change the color of the text displayed on the "Name" print, but I am pretty much clueless on how to do so. I would like to make it green, help or tips are appre...
Quip asked 17/5, 2020 at 14:39

1

Solved

the last few days i was messing with CMake, and everything worked fine, except that i can't find a way to link ImGUI with GLFW Everything is build from source Here is the error : Consolidate compil...
Abscission asked 17/6, 2021 at 6:56

1

For Bazel, I'm pulling in an external library from within my WORKSPACE: new_http_archive( name = "imgui", build_file = "deps/BUILD.imgui", sha256 = "c457fdc19b4e3aa74deccf6a2d9bc51f0d470b3acd9...
Strain asked 18/7, 2018 at 17:43

1

Solved

I am trying to find any basic tutorial which could show me how could I do immediate mode gui. I know it is a really hard thing to make own gui. I have already tried to make retained gui (it ends up...
Auschwitz asked 2/8, 2018 at 22:18
1

© 2022 - 2024 — McMap. All rights reserved.