From 1a5ff58065ded0b17e70e37c408034af8657d2a5 Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 16 Apr 2024 14:46:52 +0200 Subject: [PATCH] HImGuiAnimation moved to better section but it seems unrelated to dear imgui --- Useful-Extensions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Useful-Extensions.md b/Useful-Extensions.md index c807eb8..a4e171c 100644 --- a/Useful-Extensions.md +++ b/Useful-Extensions.md @@ -79,10 +79,6 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306). # Plotting, Graph -**HImGuiAnimation**: Create animations easily (2024) -
[github/Half-People/HImGuiAnimation](https://github.com/Half-People/HImGuiAnimation) -
![](https://github.com/ocornut/imgui/assets/56476339/d67f49a5-810c-4ac3-8e53-1b17e225e0e9) - **ImPlot**: Advanced 2D Plotting for Dear ImGui (2020-2023)
[github/epezent/implot](https://github.com/epezent/implot)
![](https://user-images.githubusercontent.com/1193295/96738879-79ea1f80-13bf-11eb-8e96-97f4acc8b79d.png) @@ -122,6 +118,10 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
[gitlab/GroGy/im-neo-sequencer](https://gitlab.com/GroGy/im-neo-sequencer) / [discussion](https://github.com/ocornut/imgui/issues/4967)
![image](https://user-images.githubusercontent.com/8225057/230399492-3e20d754-50a1-4210-82b2-76d001c5c377.png) +**HImGuiAnimation**: Create animations easily (2024) +
[github/Half-People/HImGuiAnimation](https://github.com/Half-People/HImGuiAnimation) +
![](https://github.com/ocornut/imgui/assets/56476339/d67f49a5-810c-4ac3-8e53-1b17e225e0e9) + # File Browsers / File Dialog **ImFileDialog**: A simple file dialog library [... ] supports favorites, actual Windows icons, image previews, zooming in, (2021)