-
## Habitat-Lab and Habitat-Sim versions
Habitat-Lab: master
Habitat-Sim: master
Master branch contains 'bleeding edge' code and should be used at your own risk.
## Docs and Tutorials
Did yo…
-
Epic with followup tasks following the merging of https://github.com/grafana/scenes/pull/734
**Fundamentals**
* [x] [Basic design doc outlining the the approach](https://docs.google.com/document/d/1i…
-
## It wont load images
**Describe the bug**
W 0:00:00:0432 The parameter "delta" is never used in the function "_process()". If this is intended, prefix it with an underscore: "_delta".
UNUSE…
-
Here's a minimal repro case of a layout bug. Elements in the scene are incorrectly positioned/scaled until the first click happens within the window itself.
```
import vispy.scene
vispy.use(app='glfw…
-
Hi,
I am curious if it's possible to generate the layout of the current scene? (Like the semantic layout from the top-down view)
-
### Is there an existing issue for this?
- [X] I have searched the existing open and closed issues
### Is your feature request related to a problem? Please describe
The way I work is that I s…
-
### Describe the current behavior
_No response_
### Describe the expected behavior
An object dedicated to this role with the following features:
- Take a SectionArray object:
- get suppor…
-
I'm not sure if anyone wrote about this, but all the transitions behave a little strange for me. It looks as if the direction of the transition smoothly changes like this: 0 -> 0.3 -> 0 -> 1, rather t…
sedyh updated
4 weeks ago
-
## Context
We want the viewer to be able to scale to scenes with large numbers of entities.
This of course means visualizing these scenes, but also ingesting them in the first place.
This is blocked…
-
This simple MWE
```julia
using Makie, MakieLayout, Observables
N = 10
allparobs = [Observable(rand(Point2f0, 10)) for p in 1:10]
cs = [Makie.RGBAf0(i/N, 0, 1 - i/N, 0.25) for i in 1:N]
scene, …