Kate

Results 55 comments of Kate

this is a problem of widget focus, we need to fool imgui into focusing the scrollable view whenever the user presses a navigation key and put focus back onto the...

You need to follow the tutorial to compile and install the apex module. You need to comment out lines 32-40 in setup.py inside apex to bypass an error regarding the...

No interest here? I don't like leaving PRs open in my list, i will close this in a few days if there's no activity

Ok I just wasn't familiar with your workflow here

Hi! Very nice to see interest still popping up for this project. To answer your question, another set of libraries other than this one is probably what you want. In...

well i am working on implementing a work-around since it seems like what I am trying to do can't be done without modifying ImGui. The work-around defining some keys to...

Hi. I know this project looks pretty dead, but I do plan on getting back to it. I just need to get some other projects finished

@PathogenDavid I am working on Cataclysm: Dark Days Ahead. My specific branch is here: https://github.com/katemonster33/Cataclysm-DDA/tree/imgui-integration we are overhauling the old ncurses based (terminal) UI with ImGui and there are lots...

We were able to solve the issue enough with the ImGuiWindowFlags_NoBringToFrontOnFocus flag . We were actually able to get ImGui support merged into Cataclysm and you can see it in...

> You've gotten the "Summary" section wrong. The tools demand an exact adherence to the format described in the comment or the PR validator rejects it, which in your case...