awesome-react-three-fiber
๐ A loose collection of cool r3f links, gifs, people, stuff (by gsimone)
leva
๐ React-first components GUI (by pmndrs)
awesome-react-three-fiber | leva | |
---|---|---|
1 | 11 | |
181 | 5,257 | |
5.0% | 1.8% | |
0.0 | 6.9 | |
about 4 years ago | 15 days ago | |
TypeScript | ||
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
awesome-react-three-fiber
Posts with mentions or reviews of awesome-react-three-fiber.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-15.
-
How to reproduce Death Stranding UI with react and react-three-fiber
This article requires some knowledge about threejs and react-three-fiber. If you have no experience in threejs the best resource on the web to get started is the course made by Bruno Simon: ThreejsJourney If youโre looking for resources on react-three-fiber you can take a look at this repository
leva
Posts with mentions or reviews of leva.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-19.
-
A lightweight GUI library for Angular
I created a GUI library, it's very useful for the visual editor and it can be very easy to generate config panel for options. If you don't know about GUI library, maybe you can checkout some other famous open source project ( dat.gui, tweakpane, leva).
-
Leva.cljs: Reagent interface to the Leva declarative GUI library
Hey all! I'm writing to announce v0.1.0 of Leva.cljs. This library provides a Reagent interface to the Leva declarative GUI library. These panels can sync bidirectionally to a stateful atom or cursor. Please give the library a try via the interactive documentation notebook written with Nextjournal's Clerk. Clojars: https://clojars.org/org.mentat/leva.cljs Github: https://github.com/mentat-collective/leva.cljs cljdoc: https://cljdoc.org/d/org.mentat/leva.cljs/0.1.0 Interactive docs: https://leva.mentat.org
- Best gui library for react 3 fiber (besides dat.gui)?
-
Migrating my Gatsby MDX blog to AstroJS (and why you shouldn't)
For the post processing I used @react-three/post-processing components, and to get the look just right I created a debug panel using Leva to adjust some values (like bokeh blur).
- I made this shader inspired by stripe.com
-
React Three Fiber and NextJS Starter Template
๐ Leva panel for debugging
-
Just rewrote my Custom-Shader-Material to work with react-three-fiber. It lets you extend the default materials provided by ThreeJS with your own shaders! Demo in comments!
Thanks! And nope, itโs something even better - Leva
-
Flow-field.js โ A library for generating flow fields
The GUI library that demo uses is pretty slick: https://github.com/pmndrs/leva
-
How to reproduce Death Stranding UI with react and react-three-fiber
Donโt hesitate to put every configuration variable (columns, lines, layers, spacing โฆ) for this grid in a tool like leva to make it look like what you want.
- Show HN: A GUI you are going to lava
What are some alternatives?
When comparing awesome-react-three-fiber and leva you can also consider the following projects:
react-three-a11y - โฟ๏ธ Accessibility tools for React Three Fiber
react-three-fiber - ๐จ๐ญ A React renderer for Three.js [Moved to: https://github.com/pmndrs/react-three-fiber]
use-sound - A React Hook for playing sound effects
tweakpane - :control_knobs: Compact GUI for fine-tuning parameters and monitoring value changes
gltf-pipeline - Content pipeline tools for optimizing glTF assets. :globe_with_meridians:
valtio - ๐ง Valtio makes proxy-state simple for React and Vanilla