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 1 commit
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
Next Next commit
imgui-rs post
  • Loading branch information
sanbox-irl committed Feb 5, 2021
commit 27d030239633d4992b6aa26ac19a906cf1763b11
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.
44 changes: 43 additions & 1 deletion content/posts/newsletter-018/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,36 @@ Table of contents:

- [Rust GameDev Podcast](#rust-gamedev-podcast)
- [Game Updates](#game-updates)
- [Teki (敵)](#teki-敵)
- [Fishgame](#fishgame)
- [Oicana](#oicana)
- [[A/B Street]](#ab-street)
- [Paddlers](#paddlers)
- [[Antorum]](#antorum)
- [[SeniorSKY]](#seniorsky)
- [Flesh](#flesh)
- [[Station Iapetus]](#station-iapetus)
- [Harvest Hero](#harvest-hero)
- [Dwarf World](#dwarf-world)
- [Stellary 2](#stellary-2)
- [[Bounty Bros.]](#bounty-bros)
- [[Theta Wave]](#theta-wave)
- [Way of Rhea](#way-of-rhea)
- [Learning Material Updates](#learning-material-updates)
- [[Exploring WebSocket with Rust and Tide]](#exploring-websocket-with-rust-and-tide)
- [Engine Updates](#engine-updates)
- [Library & Tooling Updates](#library-tooling-updates)
- [`ggez`](#ggez)
- [[Tetra]](#tetra)
- [Library & Tooling Updates](#library--tooling-updates)
- [[`LDtk-rs`]](#ldtk-rs)
- [[`bevy_ldtk`]](#bevy_ldtk)
- [[imgui-rs]](#imgui-rs)
- [[egui]](#egui)
- [[rkyv]](#rkyv)
- [[kira]](#kira)
- [[gfx-rs] and [wgpu-rs]](#gfx-rs-and-wgpu-rs)
- [[rg3d]](#rg3d)
- [This Month in Mun](#this-month-in-mun)
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
- [Requests for Contribution](#requests-for-contribution)

Expand Down Expand Up @@ -489,6 +516,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