egui icon indicating copy to clipboard operation
egui copied to clipboard

Third-party egui libraries

Open emilk opened this issue 1 year ago • 8 comments

These are some interesting third-party extensions to egui:

egui_cable - A generic and extensible data-oriented widget for connecting ports by cables. egui_commonmark - A viewer for CommonMark (a Markdown dialect). egui_dnd - Drag-and-drop library egui_dock - Tabs and docking support. egui_file - File dialog window (file picker) using egui. egui_hotkey - Simple hotkey library egui_inspect - Rust helper macros to automatically generate boilerplate code to inspect structures. egui_logger - integration with the log crate egui_node_graph - A featureful, customizable library to create node graphs. egui-gizmo - 3D transformation gizmo. egui-notify - Simple notifications library egui-theme - Serialize and store style and font data between applications. egui-toast - Toast notifications (stacked notifications).

If you are looking for integration libraries, see https://github.com/emilk/egui#integrations.

If you have some more libraries to suggest, post below! I will add them, but then remove your comment to keep this issue short and to the point.

emilk avatar Aug 20 '22 11:08 emilk

I think, it is better to enable wiki and put that information there.

Mingun avatar Aug 20 '22 12:08 Mingun

https://github.com/ar37-rs/flowync could be an alternative to pollster.

coderedart avatar Sep 29 '22 00:09 coderedart

i wrote a small log implementation https://github.com/RegenJacob/egui_logger

RegenJacob avatar Oct 25 '22 18:10 RegenJacob