Skip to content

Commit 9221590

Browse files
authored
N26: Imgui v0.8.0 (#811)
1 parent 0d99495 commit 9221590

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/news/026/index.md

+16
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,22 @@ to be coming out very soon.
681681
[rend3-github]: https://github.com/BVE-Reborn/rend3
682682
[rend3-crates]: https://crates.io/crates/rend3
683683

684+
### [imgui-rs][imgui-rs] v0.8
685+
686+
[imgui-rs][imgui-rs] is the Rust bindings for the Dear ImGui framework,
687+
allowing users to easily build up complex debug widgets and tools.
688+
689+
In [v0.8.0][v0.8.0], the library's API continued its overhaul to both be more
690+
similar to the C++ API while feeling like native Rust. Specifically,
691+
the odious `im_str!` macro was deprecated -- using inline strings directly
692+
(and anything `AsRef<str>`) simply works. Most functions also make extensive
693+
use of RAII-style drop tokens to track `begin`/`end` calls.
694+
Lastly, it was updated to use current Dear ImGui v1.84, and bound to
695+
the new APIs, including the new Tables API.
696+
697+
[imgui-rs]: https://github.com/imgui-rs/imgui-rs
698+
[v0.8.0]: https://github.com/imgui-rs/imgui-rs/releases/tag/v0.8.0
699+
684700
## Popular Workgroup Issues in Github
685701

686702
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)