Skip to content

Commit

Permalink
Add screenshot links
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 a59aecc commit 7d9d209
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Used in:

#### opengl / DearImGui

![screenshot](https://raw.githubusercontent.com/DISTRHO/dear-plugins/main/plugins/ImGuiDemo/Screenshot.png)

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.
This class will take care of setting up ImGui for drawing, and also also user input, resizes and everything in between.
Expand All @@ -44,6 +46,8 @@ or [imgui-template-app](https://github.com/DISTRHO/imgui-template-app/) for a st

#### opengl / DearImGuiColorTextEditor

![screenshot](https://raw.githubusercontent.com/DISTRHO/dear-plugins/main/plugins/TextEditor/Screenshot.png)

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

Used in:
Expand All @@ -52,13 +56,17 @@ Used in:

#### opengl / LVGL

![screenshot](https://raw.githubusercontent.com/DISTRHO/lvgl-template-plugin/main/Screenshot.png)

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

![screenshot](https://raw.githubusercontent.com/trummerschlunk/master_me/master/img/screenshot-expert.png)

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

In use for [master_me](https://github.com/trummerschlunk/master_me/) project.
Expand Down

0 comments on commit 7d9d209

Please sign in to comment.