Results 1 to 9 of 9

Thread: ImGui pascal bindings

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Not sure what you mean. There are columns (rather than grids) and they can contain ui elements, see Colums or Layouts in the original ShowTestWindow (uncomment line ImGui.ShowTestWindow() in ImGuiDemo.lpr). You can adjust font size per window through SetWindowFontScale, or scale the whole ui through DisplayFramebufferScale, but I don't think you can scale just part of the UI.

  2. #2
    Updated to newest imgui 1.50 and added Windows 32/64bit Debug/Release builds of cimgui so it's easier to start using it on Windows.

  3. #3
    Nice! I'll look more into this once I'm done with my randon name generator.

  4. #4
    That's awsome. I'll definitivly look into this. Keep up the good work!

    EDIT: There is a lack of good and SDL2 compatible GUI bindings.

  5. #5
    Updated to imgui 1.52, I have fallen a bit behind.

  6. #6
    Can you please share also imgui dll's?

  7. #7
    Sure! Updated to Imgui 1.53, dll's are in the demo package: https://github.com/dpethes/imgui-pas/releases
    Last edited by imcold; 23-06-2018 at 06:56 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •