alexniver

Results 6 issues of alexniver

i'm using ubuntu 18.10 with the demo glfw_opengl3, i can show chinese text. but i can't input chinese, if i use clipboard to input chinese, chinese shows ends with "中文????"...

Want move tile by change tile_pos, but old tile doesn't clean. code : ```rust use bevy::{prelude::*, render::texture::ImageSettings}; use bevy_ecs_tilemap::prelude::*; mod helpers; #[derive(Component)] struct TileMoveable; fn startup(mut commands: Commands, asset_server: Res)...

enhancement
usability

should be same piece of data

my condition, main thread run graphics, other thread run rapier, use channel send message, can't send QueryFilter error message ``` `(dyn for bool + 'static)` cannot be shared between threads...

try to use [mirai](https://github.com/facebookexperimental/MIRAI), error messsage tell me file an issue here. ``` error: failed to run custom build command for `rustversion v1.0.17` Caused by: process didn't exit successfully: `/home/n/dev/rust/kk/target/debug/build/rustversion-4225e7e1487a3e13/build-script-build`...

when using `CharacterController` and `Camera` follow the player (Third person camera), camera will jitter, same issue in [avina](https://github.com/Jondolf/avian/issues/211#issuecomment-1789342920) this problem can fixed by add ``` .configure_sets( PostUpdate, TppUpdateSet .after(PhysicsSet::Writeback) .before(TransformSystem::TransformPropagate),...