© 2023 Hashnode
#3d
Hey there, Time for your monthly update, featuring the newest AI models we’ve indexed on AIModels.fyi! As you know, we recently changed our name from Replicate Codex to reflect the expanding nature of…
Outline of the Article Overview of Three.js in 2023 Welcome to an exciting journey into the world of Three.js! In this article, we will explore the ins and outs of this powerful JavaScript library and…
So I have been looking into different ThreeJS projects, tutorials and documentation in the last month of this semester during my leisure time and came up with a portfolio idea which you can see above.…
Recently I have gotten interested in fragment shaders for a few reasons: They're flexible (can take any input image and apply effects on it all the same) They're fast (run on the GPU) They're code! Difficult code, but still code (shader …
WebGL is a revolutionary technology that is changing the way we think about web development. With the ability to render high-quality 3D graphics directly in the browser, WebGL is opening up new possib…
In my never-ending quest to code crazy 3D geometries I've long been fantasizing and theorizing about geodesic spheres - approximations of an orb made exclusively out of triangles connecting at weird, …
Riding on the wave of joy following the release of Chrome 111 - and so, finally decent support of trigonometric functions in CSS calcs across all major browsers - I coded another insane geometry in CS…
3D geometries were always THE thing that I loved CSS for - regardless of its performance and practicality of it. But to really make the best of it, I needed trigonometry - for which I originally used …
Here’s a step-by-step guide on how to use WebGL for interactive 3D graphics using Three.js: Install a Web Server First, you need to install a web server to serve your files. You can use Apache, Ngi…
Well of course you have, If you’ve ever played a modern video game on a console or computer, then you’re already familiar with the concept. I am not talking about the old school games like Super Mario…