Best of 3DJuly 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    How to Use Three.js And React to Render a 3D Model of Your Self

    In this article, we’ll cover how to render and configure 3D assets created in a 3D software program like Blender or Maya in a React project using react-three-fiber. To get a customized 3D model of yourself, We well use Ready Player Me, a free-to-use 3D avatar creator.

  2. 2
    Article
    Avatar of phProduct Hunt·4y

    GitHub City - Create a 3D city from your GitHub contributions!

  3. 3
    Article
    Avatar of hashnodeHashnode·4y

    Render a 3D Model in the Browser with Three.js and Next.Js

    Three.js is a JavaScript library used to create and display 3D graphics in your web browser using WebGL and JavaScript as a part of the website. In this blog, we will learn how to render a 3D model in the browser with 360o view using Three. JS and Next.js.

  4. 4
    Article
    Avatar of 80lv80 LEVEL·4y

    A Deepfake Version of Keanu Reeves Made With MetaHuman

    YouTube channel Not Face Video Studio has created a stunning deepfake of actor Keanu Reeves. The authors used Unreal's MetaHuman tool, as well as its Mesh to MetaHuman feature. A rough 3D model was then refined with DeepFaceLab, a renowned app for creating deepfakes.

  5. 5
    Article
    Avatar of logrocketLogRocket·4y

    Build 3D visuals in Vue with Lunchbox.js

    Lunchbox.js is a custom renderer for Three.js. It uses Vue’s component-based model and declarative style to handle imperative Three.JS functionalities under the hood. The library provides access to primitive Three. JS objects and classes through components, such as: mesh, light, material.

  6. 6
    Article
    Avatar of hashnodeHashnode·4y

    Creating a 3D Cylinder shape in CSS

    We have to mimic the cylinder because we don't have a CSS native box for round objects. In my case, I'll be adding a lot of side panels that we skew next to each other. This will mimic the 3D effect we are looking for. The result for today will be this excellent-looking cylinder shape.