2
0

ImGui Binding for FreePascal / Delphi with the latest version & docking
#pascal #imgui #wrapper #lib #gamedev

Coldzer0 1ff8393e23 Delete imgui.ini 1 жил өмнө
OpenGL3 8eba7f85e3 ImGui Pas Source Code 1 жил өмнө
SDL2-for-Pascal d9d226055b SDL2_for_Pascal with updated version info 1 жил өмнө
demo 1ff8393e23 Delete imgui.ini 1 жил өмнө
impl 33018d06b7 Pascal ImGui SDL2 Implementation & C++ OpenGL3 1 жил өмнө
screenshots 03a79147e6 Add screenshots ^_^ 1 жил өмнө
src 8eba7f85e3 ImGui Pas Source Code 1 жил өмнө
.gitattributes 9701c7f80e Create .gitattributes 1 жил өмнө
.gitignore 42038e87a2 Update .gitignore 1 жил өмнө
LICENSE 6abafda452 Initial commit 1 жил өмнө
README.md 136456328d Update README.md 1 жил өмнө

README.md

ImGui-Pascal

FreePascal bindings for dear ImGui with docking v1.99

The Binding is based on cimgui

cimgui is c-api for imgui (https://github.com/ocornut/imgui) Look at: https://github.com/cimgui for other widgets.

Screenshots

Running on Windows


Running on Linux

Building

Tested with FreePascal 3.3.x and later.

Usage

It should be almost 1 to 1 as if you are using C++ ImGui
Check the demo project for more info.

TODO

  • Add Support for cimplot
  • Add Support for cimnodes
  • Add Support for cimnodes_r
  • Test on Mac & Linux
  • Add missing APIs to our ImGui Class
  • Add record helpers for some records like ImGuiIO & all ImVector_xxx records

Acknowledgements & Resources :

Inspired by the work of David Pethes imgui-pas

Used Projects :

With ❤️ From Home.