Skip to content
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/posts/newsletter-018/imgui-rs.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions content/posts/newsletter-018/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,21 @@ It features:
[ldtk]: https://ldtk.io
["cavernas"]: https://adamatomic.itch.io/cavernas

### [imgui-rs]

![imgui drag drop example](imgui-rs.gif)
_Drag and Drop and the new Drawing Api at Work in 0.7.0_

[imgui-rs] is the Rust bindings for the ubiquitous immediate mode GUI library,
Dear ImGui.
Under new maintainence, [version 0.7] has been released, which features a new
API for raw draw calls, support for ergonomic Drag and Drop, and tons of improvements.
Notably, many functions were made `inline` and/or `const`, including the `im_str!`
macro.

[imgui-rs]: https://github.com/imgui-rs/imgui-rs
[version 0.7]: https://github.com/imgui-rs/imgui-rs/releases/tag/v0.7.0

### [egui]

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