Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Tried recreating an old Blender experiment using CustomShaderMaterial with Three.js . Turned out pretty cool! Might be a bit too intense for aging CPUs, though. Give it a spin if you're curious #glsl #shader #webgl

19,164 Aufrufe • vor 1 Jahr •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

Ok, that's amazing. 🦄 A side by side three.js comparison - with GitMCP and without. GitMCP's story originally started from a tweet by Three.js about their large, non-LLM-digestable, documentation file. Ido Salomon and I ended up creating a cool generic documentation MCP server, but we didn't forget threejs and mrdoob. So we put it to the test. Using GitMCP, I gave this prompt to Cursor + Claude 3.7: "Build a Three.js scene featuring a controllable realistic person navigating a textured dynamic urban environment with realistic lighting and subtle bloom effects. Ensure keyboard controls (WASD) for movement." This is the result. To the right is the one-shot result with our MCP server. To the left is the result without it, based just on Cursor's limited knowledge. The video is pretty conclusive. 🤯 It's really amazing since Cursor already knows a lot about three.js, but with our dedicated documentation MCP server it just outputs better results. And for all other libraries out there - that are not included in Cursor - this is a total game changer. A huge shout out to Cloudflare Developers and Anni Wang, who worked with us yesterday to quickly insert new capabilities in their AutoRAG feature (that enables indexing large amount of documentation) according to our specific needs, and to troubleshoot issues. It was very helpful. Knowledge is power, and that applies for every coding assitant. And not just for three.js! Check out GitMCP for any library you're using - link in the next comment.

Liad Yosef

41,745 Aufrufe • vor 1 Jahr

If you think this is just another silly demo made with AI, read this post. You might change your mind, because this demo is about MATH. What you see on the screen is not a render from Blender (obviously, it’s not that good). It’s a three.js app built with Toolcraft. Available on the web and rendered in real time(link in the comments). But Blender still has a lot to do with it. Blender has Geometry Nodes - a powerful node-based system for creating and manipulating procedural geometry. In other words, it’s math. And math is a universal language. And who do you think is pretty good at math? >>> AI. Now you can download or buy Blender files from marketplaces, and when they contain Geometry Nodes for procedural animations, objects, surfaces, or effects, you can transfer that logic to the web. Make it real-time, make it interactive. Materials are a separate story, of course. They can still suck unless you use the right tricks: PBR, HDRIs, material blending, displacement, and faked surface relief. So why is Blender important here? Blender is open source, and many tools around it are open source too. An AI trained on their code. That means it can translate the math from one environment to another quite accurately. If you’ve been struggling to reproduce some idea with AI that you had in your head or seen in some references, and it has something to do with Geometry Nodes, and you can find that idea or a close one in the Blender ecosystem - it means you can transfer it to the web. Thank me later.

Alex Barashkov

28,300 Aufrufe • vor 1 Monat