Skip to content

Commit

Permalink
Fixup readme
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed May 6, 2024
1 parent d401560 commit a59aecc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Generic widgets (those based on DPF core classes like Color, Rectangle, etc) are

## Status

**generic / ResizeHandle**
#### generic / ResizeHandle

Resize handle for DPF windows, will sit on bottom-right.

Works in both Cairo and OpenGL modes (classic/legacy OpenGL only, does not support OpenGL3 mode).

Used very often and in many plugins.

** opengl/Blendish **
#### opengl / Blendish

Blendish widgets for DPF.
Work in progress, but mostly usable.
Expand All @@ -27,7 +27,7 @@ Used in:

- [AIDA-X](https://github.com/AidaDSP/AIDA-X/) (standalone options)

** opengl/DearImGui **
#### opengl / DearImGui

Exposes the [Dear ImGui](https://github.com/ocornut/imgui/) drawing API inside a DGL Widget.
The drawing function onDisplay() is implemented internally but a new onImGuiDisplay() needs to be overridden instead.
Expand All @@ -42,22 +42,22 @@ Used in:
See [imgui-template-plugin](https://github.com/DISTRHO/imgui-template-plugin/) for a CMake-based template plugin project around ImGui,
or [imgui-template-app](https://github.com/DISTRHO/imgui-template-app/) for a standalone application template.

** opengl/DearImGuiColorTextEditor **
#### opengl / DearImGuiColorTextEditor

Text Editor Widget class, based on [ImGuiColorTextEdit](https://github.com/BalazsJako/ImGuiColorTextEdit/).

Used in:

- [dear-plugins](https://github.com/DISTRHO/dear-plugins)

** opengl/LVGL **
#### opengl / LVGL

Exposes the [LVGL](https://github.com/lvgl/lvgl) drawing API inside a DGL Widget.
This class will take care of setting up LVGL for drawing, and also also user input, resizes and everything in between.

See [lvgl-template-plugin](https://github.com/DISTRHO/lvgl-template-plugin/) for a CMake-based template plugin project around LVGL.

** opengl/Quantum **
#### opengl / Quantum

[Quanta](https://forum.cockos.com/showthread.php?t=269437)-inspired widgets for DPF.

Expand Down

0 comments on commit a59aecc

Please sign in to comment.