Skip to content

Commit

Permalink
fix: rename backgroundMaterialClass to panelMaterialClass
Browse files Browse the repository at this point in the history
prepare examples for docs
  • Loading branch information
bbohlender committed Mar 6, 2024
1 parent 9561506 commit 1b76104
Show file tree
Hide file tree
Showing 65 changed files with 1,309 additions and 1,198 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@ Build performant 3D user interfaces for Three.js using @react-three/fiber and yo

TODO Release

- fix: responsiveness incorrect - https://pmndrs.github.io/uikit/examples/apfel/?component=button
- fix: zoom with ortho camera
- fix: scroll jumps after scrolling once
- feat: nesting inside non root/container components (e.g. image)
- feat: drag/click threshold
- feat: input
- fix: decrease clipping rect when scrollbar present
- feat: upgrade to yoga2.0

Roadmap

- on demand rendering to save battery for UI only apps / rendering to render targets
- upgrade to yoga2.0
- virtual lists (support thousands of elements in a list by using fixed sizes and not using yoga)
- option to render to seperate render targets depending on element type (e.g. render text to high quality quad layer for WebXR)
- scrollIntoView
Expand Down
5 changes: 3 additions & 2 deletions examples/apfel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"@react-three/uikit": "workspace:^",
"@react-three/uikit-lucide": "workspace:^",
"@splinetool/r3f-spline": "^1.0.2",
"@types/three": "^0.160.0",
"@types/three": "^0.161.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"maath": "^0.10.7",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.160.0"
"three": "^0.161.0"
},
"scripts": {
"dev": "vite --host",
Expand Down
Loading

0 comments on commit 1b76104

Please sign in to comment.