bevy_dev_console icon indicating copy to clipboard operation
bevy_dev_console copied to clipboard

Developer console plugin for the Bevy game engine.

Results 11 bevy_dev_console issues
Sort by recently updated
recently updated
newest added

## What problem does this solve or what need does it fill? Some programs may want to integrate the dev console into another UI as part of a more complete...

C-Enhancement
A-UI

Currently, you cannot access entities properties. In order to access entities properties we will need entity queries. Entity queries will be a built-in parser feature that will allow you to...

C-Enhancement
A-Builtin-Parser

# Objective There isn't an easy way to assert the AST in unit tests. ## Solution Use the nightly `box_pattern` feature in tests (This doesn't make the library itself nightly,...

C-Enhancement
A-Builtin-Parser
C-Tests

## What problem does this solve or what need does it fill? There is no way to make your own functions/closures inside the built-in parser. ## What solution would you...

C-Enhancement
A-Builtin-Parser

## What problem does this solve or what need does it fill? There are no lists/vectors in the built-in parser. And no way to access vectors in reflection contexts. ##...

C-Enhancement
A-Builtin-Parser

As of writing this, there are 60 instances of the `todo` keyword in 10 files. These todos should be solved eventually.

C-Bug

## What problem does this solve or what need does it fill? There is no way to create loops. ## What solution would you like? Add `for` and `while` loops....

C-Enhancement
A-Builtin-Parser

# Objective Update to Bevy 0.15 ## Solution WIP --- ## Changelog WIP

C-Dependencies

## bevy_dev_console version 533603f4838b7379a9ef773d5bc7f50efb3089af ## What you did Simply log alot of messages ## What went wrong The messages dont get cleared no matter the amout logged, causing the fps...

C-Bug

# Objective Improve compatibility with the latest `bevy_egui` version. ## Solution Updated `bevy_egui` dependency in Cargo.toml, tested in local project, and ran `cargo test` to confirm all tests still pass....