Git Product home page Git Product logo

bevy_mod_imgui's People

Contributors

jbrd avatar nhlest avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

nhlest tuckersn

bevy_mod_imgui's Issues

Update to Bevy 0.12

New version of Bevy is here

  • Up-version dependencies
  • Ensure imgui renders when new deferred renderer is active
  • Update readme.md
  • Publish crate

Support ImGui docking

Describe the solution you'd like
Provide support for the docking build of ImGui. This should be enabled / disabled with a feature flag in the same way as in the imgui crate

Fix clippy warning - warning: usage of an `Arc` that is not `Send` or `Sync` --> src/lib.rs:285:27

warning: usage of an `Arc` that is not `Send` or `Sync`
   --> src/lib.rs:285:27
    |
285 |                 let arc = Arc::new(Mutex::new(ctx));
    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: the trait `Send` is not implemented for `Mutex<Context>`
    = note: the trait `Sync` is not implemented for `Mutex<Context>`
    = note: required for `Arc<Mutex<Context>>` to implement `Send` and `Sync`
    = help: consider using an `Rc` instead or wrapping the inner type with a `Mutex`
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
    = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default

warning: `bevy_mod_imgui` (lib test) generated 1 warning (1 duplicate)
warning: `bevy_mod_imgui` (lib) generated 1 warning

Panic upon closing game

Describe the bug
When closing the window / game, it will give you a panic message.

To Reproduce
Steps to reproduce the behavior:

  1. Start game
  2. Close game
  3. Upon closing the game you will see a panic message stating that 'no entry found for key'

Expected behavior
it should gracefully shut down.

Screenshots
image

Platform (please complete the following information):

  • OS: Linux (Ubuntu 22.04 LTS) & Windows 11

Additional context

  • Version: 0.1.0 (bevy 0.11)
thread '<unnamed>' panicked at /home/nautilus/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_mod_imgui-0.1.0/src/lib.rs:545:54:
no entry found for key
stack backtrace:
   0: rust_begin_unwind
             at /rustc/fdaaaf9f923281ab98b865259aa40fbf93d72c7a/library/std/src/panicking.rs:645:5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.