From c007ef8849b5914982c300e8fa22c0962e4c0f41 Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 22 Dec 2021 15:58:07 +0100 Subject: [PATCH] Gradients --- Useful-Extensions.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Useful-Extensions.md b/Useful-Extensions.md index 7b8d284..ff9c571 100644 --- a/Useful-Extensions.md +++ b/Useful-Extensions.md @@ -6,6 +6,7 @@ - [Plotting, Graph](#plotting-graph) - [File Browsers / File Dialog](#file-browsers--file-dialog) - [Input Method Editors](#input-method-editors) +- [Styling Improvements](#styling-improvements) - [Software Renderer/Rasterizer](#software-rendererrasterizer) - [Remoting](#remoting) - [Terminal / Text mode](#terminal--text-mode) @@ -132,6 +133,12 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
[github/maildrop/DearImGui-with-IMM32](https://github.com/maildrop/DearImGui-with-IMM32)
![](https://user-images.githubusercontent.com/1193295/96867731-64333380-146d-11eb-9aae-14abee458f93.png) +# Styling Improvements + +**Thread: Using gradients in widgets** (2021) +
https://github.com/ocornut/imgui/issues/4722 +
![](https://user-images.githubusercontent.com/8225057/147111952-c821a269-5d3e-44b0-9bfa-73a12ee7539b.png) + # Software Renderer/Rasterizer **Software Renderer for Dear ImGui** (2018)