Konstantin Podsvirov

Results 128 comments of Konstantin Podsvirov
trafficstars

Hello @recp, since https://github.com/msys2/MINGW-packages/pull/6336 merged, the [cglm](https://packages.msys2.org/base/mingw-w64-cglm) package available to installing via [MSYS2](https://www.msys2.org/) software distro on Windows by `pacman` package manager. Hope my efforts help to others easy get and...

@franciscod, thanks for links. Now I have some ground to think about. Looks like @tamaskenez make good work about this topic. Another idea: publish default `imgui_imp*` code/libraries to simplify using...

Hi @ocornut, I implement idea to share `ImGui_Impl*` methods with users via CMake's package to easy create more examples or custom projects. Please review `examples/opengl2_example/CMakeLists.txt` or `examples/sdl_opengl2_example/CMakeLists.txt` project files to...

@ocornut, I review changes in `vieport` branch and can say - it's good :-) It's okay that my changes can not be applied right now. We live in an era...

By the way, about the changes: what about moving the Demo functions in a separate header (for example, `imgui_demo.h`), because from the implementation is already separated.

Rebase on `master` and refactoring. Applied some experience from PR #1778. Dear @ocornut, please review again and merge if possible. Now possible install ImGui like: > cd examples > mkdir...

Rebase on `master`. Add more bindings and examples. Dear @ocornut, please review again and merge if possible. Now implemented: Export targets: - ImGui::Library; - ImGui::ImplFreeGLUT; - ImGui::ImplSDL2; - ImGui::ImplGlfw; -...

Short ansver for `.gitignore` changes in #1919.

Ok. I will rename `ImGui::Library` to `ImGui::Core` (It's will be like `Qt5::Core`).

Technically I can implement everything in one file, but it will be difficult to understand. I think several files are good, because every file does its job well.