THREE.MeshLine
curtainsjs
THREE.MeshLine | curtainsjs | |
---|---|---|
3 | 3 | |
2,211 | 1,696 | |
0.5% | 0.5% | |
0.0 | 3.6 | |
11 months ago | 5 months ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
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.
THREE.MeshLine
- Recreating this 3D animation with Three.js
-
Frameworks/libraries/tools used to create these fancy animated 3d websites
THREE.MeshLine
-
“Attraction” – animation based on the Hadley chaotic attractor (link to web version in comments)
Is this with threejs mesh lines? https://github.com/spite/THREE.MeshLine
curtainsjs
-
How to recreate this animated background with distortion effect?
If you're purely wanting to add a shader effect then as a newcomer to the shader world I'd recommend curtainsjs as an easy way to add custom shaders without the hassle of having to deal with low level WebGL setup stuff. They even have a similar example with the mouse distortion effect where the code is much more readable and well commented with another codepen by the creator of curtains which has a more similar mouse flow effect that could be repurposed to be a post effect shader and distort the output of a gradient shader.
-
Web Effect
Curtainsjs - Lightweight vanilla WebGL JavaScript library that turns HTML DOM elements into interactive textured planes.
What are some alternatives?
leader-line - Draw a leader line in your web page.
shader-web-background - Displays GLSL fragment shaders as a website background. Supports offscreen buffers and floating point textures on almost any browser and hardware. Compatible with Shadertoy.
react-three-fiber - 🇨🇭 A React renderer for Three.js
shadertoy-react - 6kB "Shadertoy" like react component letting you easily render your fragment shaders in your React web projects, without having to worry about implementing the WebGL part.
fieldplay - A vector field explorer
glsl-smaa - SMAA (Enhanced Subpixel Morphological Antialiasing) post-processing; WebGL (OpenGL ES 2.0) implementation with no fluff.
threejs-mesh-modifiers - A Three.js mesh morph modifier
freeciv-web - Freeciv-web is an Open Source strategy game implemented in HTML5 and WebGL, which can be played online against other players, or in single player mode against AI opponents.
troika - A JavaScript framework for interactive 3D and 2D visualizations
framer/motion - Open source, production-ready animation and gesture library for React [Moved to: https://github.com/motiondivision/motion]
fciv-net - Freeciv 3D - Fciv.net the 3D version of the Freeciv strategy game
shader-doodle - A friendly web-component for writing and rendering shaders.