camblomquist

Results 8 issues of camblomquist

I'm running the setup system from the readme example along with the bevy_webgl2_app_template. In the native build, the shape renders properly. In the wasm build, the shape is not visible...

Support was added to provide a 180 degree rotation as well as a horizontal flip to the camera orientation. It would make sense if 90 and 270 degree rotations could...

enhancement

In gnome-shell.css, the modal dialog and end session dialog were given a fairly small fixed width. This change causes the contents of the dialog to overflow.

source:upstream
waiting on author

stdint.h was only included in http.h when ENABLE_QUIC was defined, but symbols from stdint.h are also used when USE_NGHTTP2 is defined. This causes build errors when USE_NGHTTP2 is defined but...

I was trying to run a Python script that uses vispy on an M1 MacBook Air and it fails to run. The stack trace points me to ``` File "vispy/gloo/glir.py",...

When running a pipeline containing a VideoEncoder node, the output frame rate matches the connected camera instead of the value provided through VideoEncoder::setFrameRate or VideoEncoder::setDefaultProfilePreset. **Minimal Reproducible Example** [video_fps](https://github.com/luxonis/depthai-core/files/10429582/video_fps.zip) MRE...

bug
enhancement

README states > By default, newer GCC versions do not create correct binaries for ARMv6. Even though you pass the correct `-mcpu= flag` to gcc, it will create startup code...

Bevy by default randomizes the execution order of systems registered in the app. If the executor decides to run the particle_spawner_system before transform propagation, then particles spawned on the same...