Skip to content

N41: egui_dnd #1241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/news/041/egui_dnd.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions content/news/041/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,26 @@ based on assets from the [Liberated Pixel Cup][lpc].
[lpcg_github]: https://github.com/buxx/lpcg/
[lpc]: https://lpc.opengameart.org/

### [egui_dnd]

![egui_dnd in action](egui_dnd.gif)
_A [showcase](https://lucasmerlin.github.io/egui_dnd/) of egui_dnd_

[egui_dnd] ([github][egui_dnd_github], [crates.io][egui_dnd_crates_io]) by [@lucasmerlin]
is a new drag and drop sorting crate for egui. While egui itself includes some drag
and drop support, it's not intuitive to use. This crate provides a simple
abstraction over egui's drag and drop features.

The first release contains initial support for vertical sorting. If there
is interest, more features could be added.

_Discussions: [/r/rust](https://reddit.com/r/rust/comments/zpo4w9/egui_dnd)_

[egui_dnd]: https://lucasmerlin.github.io/egui_dnd/
[egui_dnd_github]: https://github.com/lucasmerlin/egui_dnd
[egui_dnd_crates_io]: https://crates.io/crates/egui_dnd
[@lucasmerlin]: https://github.com/lucasmerlin

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down