Skip to content

Commit 33f533f

Browse files
authored
N41: egui_dnd (#1241)
1 parent e6b8160 commit 33f533f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

content/news/041/egui_dnd.gif

1.18 MB
Loading

content/news/041/index.md

+20
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,26 @@ based on assets from the [Liberated Pixel Cup][lpc].
253253
[lpcg_github]: https://github.com/buxx/lpcg/
254254
[lpc]: https://lpc.opengameart.org/
255255

256+
### [egui_dnd]
257+
258+
![egui_dnd in action](egui_dnd.gif)
259+
_A [showcase](https://lucasmerlin.github.io/egui_dnd/) of egui_dnd_
260+
261+
[egui_dnd] ([github][egui_dnd_github], [crates.io][egui_dnd_crates_io]) by [@lucasmerlin]
262+
is a new drag and drop sorting crate for egui. While egui itself includes some drag
263+
and drop support, it's not intuitive to use. This crate provides a simple
264+
abstraction over egui's drag and drop features.
265+
266+
The first release contains initial support for vertical sorting. If there
267+
is interest, more features could be added.
268+
269+
_Discussions: [/r/rust](https://reddit.com/r/rust/comments/zpo4w9/egui_dnd)_
270+
271+
[egui_dnd]: https://lucasmerlin.github.io/egui_dnd/
272+
[egui_dnd_github]: https://github.com/lucasmerlin/egui_dnd
273+
[egui_dnd_crates_io]: https://crates.io/crates/egui_dnd
274+
[@lucasmerlin]: https://github.com/lucasmerlin
275+
256276
## Popular Workgroup Issues in Github
257277

258278
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)