Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 33f533f

Browse filesBrowse files
authored
N41: egui_dnd (rust-gamedev#1241)
1 parent e6b8160 commit 33f533f
Copy full SHA for 33f533f

File tree

2 files changed

+20
-0
lines changed
Filter options

2 files changed

+20
-0
lines changed

‎content/news/041/egui_dnd.gif

Copy file name to clipboard
1.18 MB
Loading

‎content/news/041/index.md

Copy file name to clipboardExpand all lines: content/news/041/index.md
+20Lines changed: 20 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.