Procházet zdrojové kódy

Sync With Latest ImGui update v1.90.0

- No changes in APIs or Enums
- Internal ImGui changes
- Updating the binaries for win & linux
Coldzer0 před 1 rokem
rodič
revize
a520de8024
7 změnil soubory, kde provedl 6 přidání a 5 odebrání
  1. 1 1
      README.md
  2. binární
      demo/ImGuiDemo
  3. binární
      demo/ImGuiDemo.exe
  4. 3 2
      demo/ImGuiDemo.lps
  5. binární
      demo/cimgui.dll
  6. binární
      demo/libcimgui.so
  7. 2 2
      src/PasImGui.pas

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 # ImGui-Pascal
 [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
 
-FreePascal / Delphi bindings for dear [ImGui](https://github.com/ocornut/imgui) with docking v1.99
+FreePascal / Delphi bindings for dear [ImGui](https://github.com/ocornut/imgui) with docking v1.90.0
 
 The Binding is based on [cimgui](https://github.com/cimgui/cimgui)
 > cimgui is c-api for imgui (https://github.com/ocornut/imgui) Look at: https://github.com/cimgui for other widgets.

binární
demo/ImGuiDemo


binární
demo/ImGuiDemo.exe


+ 3 - 2
demo/ImGuiDemo.lps

@@ -52,7 +52,7 @@
         <EditorIndex Value="-1"/>
         <TopLine Value="43"/>
         <CursorPos X="48" Y="21"/>
-        <UsageCount Value="31"/>
+        <UsageCount Value="32"/>
       </Unit5>
       <Unit6>
         <Filename Value="display.pas"/>
@@ -337,7 +337,8 @@
       <Unit47>
         <Filename Value="..\src\PasImGui.pas"/>
         <EditorIndex Value="-1"/>
-        <CursorPos X="10" Y="3"/>
+        <TopLine Value="19"/>
+        <CursorPos X="31" Y="44"/>
         <UsageCount Value="16"/>
       </Unit47>
       <Unit48>

binární
demo/cimgui.dll


binární
demo/libcimgui.so


+ 2 - 2
src/PasImGui.pas

@@ -41,8 +41,8 @@ Const
   CIMGUI_LIB = 'cimgui.' + SharedSuffix;
 
 CONST
-  IMGUI_VERSION      = '1.90 WIP';
-  IMGUI_VERSION_NUM  = 18998;
+  IMGUI_VERSION      = '1.90.0';
+  IMGUI_VERSION_NUM  = 19000;
 
 Type
   { ImGui }