deadrabbbbit
@deadrabbbbit
Hey, if you are the AI company/institution that has been scrapping shadertoy.com nightly for a month now, please stop now.
Here's a sneak peek at what I've been building... If you’re a creator, this is for you. #CreativeTools #buildinpublic #threejs #nextjs
Finally got a flower bloom effect working with WebGPU! bloooooom.vercel.app #threejs #tsl #gsap #r3f
I've been using GSAP for years, creating demos for Codrops, and watching this incredible tool grow into the most empowering resource for creativity on the web. With @Webflow's support, @greensock has reached new heights and is now officially FREE for everyone. It’s nothing short…
🥳 It's an exciting day! 🥳 Thanks to @Webflow GSAP is now 100% FREE - including ALL of the bonus plugins like SplitText, MorphSVG, and all the others that were exclusively available to Club GSAP members. We can't wait to see what you make!
Perfect for depth map generation.
This is what happens if you take DayQuil & NyQuil at the same time
Fun fact: picking a nice picture is harder than coding.
Today we have a brilliant new demo by @deadrabbbbit for you! 🌌 It's a super cool scanning light effect built with WebGPU, depth maps, and custom shaders using Three.js and R3F ⬇️🔗
Dropped some cool effects on @codrops ! Go check them out! tympanus.net/codrops/2025/0… #threejs #webgpu #creativecoding #r3f
This guy stole a video I made with Three.js two years ago and claimed it was made by AI. 🤡 Don’t believe them! 此人偷走了我两年前制作的视频,并声称由 AI 制作,请勿上当受骗!
Cursor+Claude3.7制造的网站,自然语言输入+MCP模版,10分钟自动生成! 这要放在21年,Gamefi和Meta很火的时候,制造一个这样炫酷网站,然后让 #AI 生成5000个NFT,卖完一波,然后再开发一个元宇宙小游戏,这不就是妥妥的最少2000万美金的Gamefi项目嘛?😅 现在可能只需要5个人团队,一周开发完成!
Recreate OpenAI ad using #threejs vec2 p = vUv * u_r; float s = min(u_r.x, u_r.y) / 50.; vec2 g = floor(p / s) * s + s * 0.5; float r = dot(texture2D(u_t, g / u_r).rgb, vec3(0.299, 0.587, 0.114)) * s * 0.5; float c = 1.0 - smoothstep(r - s * 0.02, r + s * 0.02, distance(p, g));
Just added a cool animation effect to my upload component! 🚀✨ #threejs #r3f #gsap #webgl
Latest layout practice, animation made with @greensock !
Check out these beautiful animations created with #r3f and drei/View. 🤔Curious about how they're made? It's free! Find out here: tympanus.net/codrops/2024/0… Hosted on @codrops 💙 #threejs #gsap
A big thank you to @deadrabbbbit for sharing this wonderful set of 12 animated 3D objects powered by React Three Fiber and GSAP with our #codrops community! Can't wait to see what y'all do with them! Check it out: tympanus.net/codrops/2024/0… #animation #r3f #threejs #gsap…
Testing a new WebGL tool, no code needed. 🦄️🦄️🦄️ @hiunicornstudio
Playful transition effect. 😃 #threejs #r3f #creativecoding
The coolest thing I've done lately is recreating the interactive effects from the Luma website. I might've missed something, but it's looking pretty close! #threejs #webgl