#im-gui #dear #game-engine #graphics #integration #texture #rendering

bevy_mod_imgui

A Dear ImGui integration for the Bevy game engine

7 releases (4 breaking)

0.5.0 Oct 13, 2024
0.4.0 Jul 18, 2024
0.3.0 Apr 12, 2024
0.2.1 Nov 11, 2023
0.1.0 Sep 22, 2023

#282 in Game dev

Download history 32/week @ 2024-07-05 60/week @ 2024-07-12 43/week @ 2024-07-19 39/week @ 2024-07-26 13/week @ 2024-08-02 1/week @ 2024-09-13 8/week @ 2024-09-20 11/week @ 2024-09-27 2/week @ 2024-10-04 162/week @ 2024-10-11 21/week @ 2024-10-18

197 downloads per month

MIT/Apache

655KB
1.5K SLoC

bevy_mod_imgui

Crates.io Crates.io Build Status docs.rs

A Dear ImGui integration for the Bevy game engine.

bevy_mod_imgui screenshot

Current Status

This repository is actively maintained and updated when new versions of Bevy are released. New feature requests are also welcome, although this project remains relatively low priority, so it may take some time for these to be honoured. Contributions welcome - please do start an issue prior to working on a feature so that it can be discussed before spending time on it.

This crate is not related to any official Bevy organisation repository in any way.

Compatibility Table

bevy_mod_imgui bevy wgpu imgui imgui-wgpu
0.5.* 0.14.* 0.20.* 0.11.* 0.24.0 (bundled)
0.4.* 0.14.* 0.20.* 0.11.* 0.24.0 (bundled)
0.3.* 0.13.* 0.19.* 0.11.* 0.24.0 (bundled)
0.2.* 0.12.* 0.17.1 0.11.* 0.24.*
0.1.* 0.11.* 0.16.* 0.11.* 0.23.*

Examples

The following examples are provided:

  • custom-texture - to demonstrate how to display a Bevy texture in an ImGui window
  • hello-world - to demonstrate basic ImGui functionality (via its demo window)
  • minimal - to demonstrate the most minimal example of setting up the plug-in
  • render-to-texture - to demonstrate rendering a Bevy scene to a texture and displaying the result on an ImGui window

Changelog

  • 0.5.0 - Add support for drawing Bevy textures in ImGui windows. Fix assert on exit introduced in Bevy 0.14.1
  • 0.4.0 - Updated dependencies for Bevy 0.14.0. Improved handling of display scale changes.
  • 0.3.0 - Updated dependencies for Bevy 0.13.0 with bundled imgui-wgpu-rs.
  • 0.2.1 - Fix Issue #20 - unchecked window lookup which could cause panic during exit
  • 0.2.0 - Updated dependencies for Bevy 0.12.0
  • 0.1.1 - Fix Issue #20 - unchecked window lookup which could cause panic during exit (backported from 0.2.1)
  • 0.1.0 - Initial crate publish

Contributors

  • James Bird (@jbrd)
  • @nhlest

Acknowledgements

This crate builds upon the fantastic work of the following projects:

License

All code in this repository is permissively dual-licensed under:

Bundled Software License Notices

imgui-wgpu-rs

This software contains portions of code derived from imgui-wgpu-rs. https://github.com/Yatekii/imgui-wgpu-rs/tree/master Licensed under the Apache License

Copyright (c) 2019 Steven Wittens

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Dependencies

~49–86MB
~1.5M SLoC