Skip to content

N18: imgui-rs #485

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 3 commits into from
Feb 5, 2021
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