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
197 downloads per month
655KB
1.5K
SLoC
bevy_mod_imgui
A Dear ImGui integration for the Bevy game engine.
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 windowhello-world
- to demonstrate basic ImGui functionality (via its demo window)minimal
- to demonstrate the most minimal example of setting up the plug-inrender-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.10.4.0
- Updated dependencies for Bevy0.14.0
. Improved handling of display scale changes.0.3.0
- Updated dependencies for Bevy0.13.0
with bundledimgui-wgpu-rs
.0.2.1
- Fix Issue #20 - unchecked window lookup which could cause panic during exit0.2.0
- Updated dependencies for Bevy0.12.0
0.1.1
- Fix Issue #20 - unchecked window lookup which could cause panic during exit (backported from0.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:
- MIT License - LICENSE-MIT
- Apache License, Version 2.0 - LICENSE-APACHE
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