three-mesh-ui icon indicating copy to clipboard operation
three-mesh-ui copied to clipboard

⏹ Make VR user interfaces for Three.js

Results 69 three-mesh-ui issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.15.1. Changelog Sourced from terser's changelog. v5.15.1 Fixed missing parentheses around optional chains Avoid bare let or const as the bodies of if statements (#1253)...

dependencies

## In this issue we are discussing the roadmap for the new major version (7.x.x). @swingingtom made a lot of relevant tests and experiments on the branches [refactor-examples-folder](https://github.com/felixmariotto/three-mesh-ui/tree/refactor-examples-folder) and [refactor-material-manager](https://github.com/swingingtom/three-mesh-ui/tree/feature/refactor-material-manager)....

When creating a Block in a typescript setting, it seems the typings are created in a way that require both width and height to be set at creation time. While...

While I was working on the bestFit functionality, I came across an issue where, if the first word of the 2nd+ component doesn't fit in its entirety in the current...

I was just checking out the [project demos](https://felixmariotto.github.io/three-mesh-ui/), on my Oculus Quest 2. There were constantly some sparkly artifacts even when barely moving. When moving left to right and looking...

Hi, I'd like to have opinions about a possible API change. Currently we have : ```js component.setupState( { state: 'name-of-the-state', attributes: { attribute: value } } ); ``` That's quite...

API change

Hello again! When I use the margin or padding properties, I could not find a way to apply those exclusively on the right (like margin-right in css). The same applies...

roadmap

As explicited here #220 7.x.x could enjoy a dev-dependencies cleanup

7.x.x
cleanup

As shown in this [codesandbox](https://codesandbox.io/s/js-build-demo-forked-3zw180?file=/index.html), the stretched width of the red element is not taken into account to compute the layout if its three blue children.

bug
API change

We have CSS-style flex-box capabilities with `contentDirection: row | column` and justifyContent: start | end`. It would be nice to have `gap`, allowing users to specify their own spacing between...

enhancement