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

Coldzer0 2bc11b79f4 New Font screenshot 1 рік тому
OpenGL3 c6a8f13cd8 Changing the LICENSE to LGPL 1 рік тому
SDL2-for-Pascal d9d226055b SDL2_for_Pascal with updated version info 1 рік тому
demo 2bc11b79f4 New Font screenshot 1 рік тому
impl 5f9e382243 Update PasImGui.SDL2.pas 1 рік тому
screenshots 2bc11b79f4 New Font screenshot 1 рік тому
src 223888ba10 Added Fonts APIs in ImFontAtlas helper 1 рік тому
.gitattributes 9701c7f80e Create .gitattributes 1 рік тому
.gitignore 42038e87a2 Update .gitignore 1 рік тому
LICENSE c6a8f13cd8 Changing the LICENSE to LGPL 1 рік тому
README.md 2bc11b79f4 New Font screenshot 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

Add new font to the UI



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
  • 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.