imgui-sfml icon indicating copy to clipboard operation
imgui-sfml copied to clipboard

Dear ImGui backend for use with SFML

Results 31 imgui-sfml issues
Sort by recently updated
recently updated
newest added

While building, warnings are shown which with the `-Werror` flag makes the project unbuildable. Environment: * Compiler: `clang++-10` * SFML 2.5.1 * imgui 1.88 * imgui-SFML latest dev commit (May...

Hi! I've just implemented ImGui multi-viewport feature for SFML. I haven't tested it with multiple ImGui contexts but with one context it seems to work. I am planning on developing...

Hello, When I start the app without focus (e.g. when I click anywhere in my screen before the window to show) I cannot drag window, click on buttons and all...

consider adding support for the upcoming `viewports` feature of ImGui

enhancement
help wanted

imgui-sfml relies on the false assumption that Window.hasFocus() will report true immediately after creation. Unfortunately, there is a short period of time after window creation where Window.hasFocus() is not yet...

bug
feedback wanted

``` X Error of failed request: BadCursor (invalid Cursor parameter) Major opcode of failed request: 2 (X_ChangeWindowAttributes) Resource id in failed request: 0x7000017 Serial number of failed request: 525 Current...

... is now allowed. Only C++11 for now, not 14, 17, 20... See: https://github.com/ocornut/imgui/issues/4537 Feel free to replace `NULL` with `nullptr`, use `unique_ptr`, ranged-for, etc. PRs are welcome!

A ``sf::Sprite`` drawn via Image function doesn't respect the transformaiton. That's what I wanted to fix. This pull request is rather WIP, but this way its easier to talk about...

Hello, everyone. As you might have noticed, the updates/work on ImGui-SFML has in the past years significantly gone down. Most of it is caused by me not using it in...

help wanted

An old version is at: ```py self.requires("imgui-sfml/2.1@bincrafters/stable") ``` I think that bincrafters is being phased out. conan-center-index has these two packages. ```py self.requires("imgui/1.84.2") self.requires("sfml/2.5.1") ``` I was trying to use...