Skip to content

Commit 9411eb7

Browse files
authored
N18: imgui-rs (#485)
1 parent f8a8b13 commit 9411eb7

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
1.07 MB
Loading

content/posts/newsletter-018/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,21 @@ It features:
489489
[ldtk]: https://ldtk.io
490490
["cavernas"]: https://adamatomic.itch.io/cavernas
491491

492+
### [imgui-rs]
493+
494+
![imgui drag drop example](imgui-rs.gif)
495+
_Drag and Drop and the new Drawing Api at Work in 0.7.0_
496+
497+
[imgui-rs] is the Rust bindings for the ubiquitous immediate mode GUI library,
498+
Dear ImGui.
499+
Under new maintainence, [version 0.7] has been released, which features a new
500+
API for raw draw calls, support for ergonomic Drag and Drop, and tons of improvements.
501+
Notably, many functions were made `inline` and/or `const`, including the `im_str!`
502+
macro.
503+
504+
[imgui-rs]: https://github.com/imgui-rs/imgui-rs
505+
[version 0.7]: https://github.com/imgui-rs/imgui-rs/releases/tag/v0.7.0
506+
492507
### [egui]
493508

494509
![egui widget gallery](egui_0.8.0.gif)

0 commit comments

Comments
 (0)