Jongleur: A react-three-fiber animation library #2667
lucafanselau
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
This is beautiful! |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi @lucafanselau sure, we're looking for valuable projects for the community and maintenance, so that things have longevity. let's talk on discord if you like (paulh). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I have recently published the first version of my animation library that is specifically tailored to animate react-three-fiber elements alongside DOM Elements.
You can find it here.
It takes inspiration from drei's ScrollControls but extends the functionality by providing a single "store" of the moving objects in the scene, that is defined in a way that is inspired by keyframe animations, known from editors like blender and others. It aims to make orchestrating larger and complex scenes in a scroll controlled scene (actually the library supports multiple forms of progress where scroll is only one possibility) more accessible and easier to maintain and connect to animations that happen outside of the react-three-fiber reconciler.
It is really closely coupled to the react-three-fiber ecosystem and its project. So I guess my question is, if that is interesting to the people of your collective, if you can provide any sort of link to the project (or I can also add an pr for that myself) and maybe even if you collective would be interested in supporting and or hosting the project.
I am really excited about the abilities that react-three-fiber gives to build beautiful and engaging websites and think that my library can help to make the DX for that even more enjoyable...
I have also seen that you have a discords, If it is more appropriate to ask something like that over there, I am happy to move the discussion.
Beta Was this translation helpful? Give feedback.
All reactions