rydb
rydb
**Description** Im trying to use mouse and keyboard listener inside a python virtual environment, and both listener's behavior is glitchy. It appears neither thread is joined when the .join() function...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Forums discussion https://forum.freecadweb.org/viewtopic.php?style=1&p=245811 ### Version 0.20 (Release) ### Full version info ```shell [code]...
Looking at `deserialize.rs` ```Rust #[derive(Debug, YaDeserialize, YaSerialize, Default, Clone)] pub struct JointLimit { #[yaserde(attribute)] pub lower: f64, #[yaserde(attribute)] pub upper: f64, #[yaserde(attribute)] pub effort: f64, #[yaserde(attribute)] pub velocity: f64, }...
E.G: the below code will cause `right_leg` have its origin set to `xyz = [0, 0, 0]` and `rpy = [0, 0, 0]`, even though it is a valid xml...
I have some models which do not have uvs, and they don't render due to .uv being undefined. I added a conditional statement to the shader so that the shader...
I'm using the `CursorRayPlugin` for my project, but currently, `update_cursor_ray` updates the `CursorRay` based on *every* camera in the world with no filter options. This breaks the plugin for my...
### Bug report info ```plain text act version: 0.2.68 GOOS: linux GOARCH: amd64 NumCPU: 32 Docker host: DOCKER_HOST environment variable is not set Sockets found: /var/run/docker.sock Config files: /root/.config/act/actrc: -P...
This project's inspector is very useful, the code behind it is also very useful. I personally use `get_entity_component_reflect` for displaying components for my component inspector in `bevy_ui_extras`. Unfortunately, this project...
I am trying to use this library to serialize meshes for my project into the gltf format. In order to confirm I'm doing it correctly, I would like to compare...
Updates peniko to 0.5. Uses specific vello commit for example while the new crate with peniko 0.5v hasn't been pushed yet.