Best of 3DJune 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    UX/UI-trends in 2024

    2024 will see trends in UX/UI design such as 3D graphics, complex gradients, glassmorphism, minimalism, and more. These trends add realism, interactivity, and user engagement to websites and applications.

  2. 2
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    I can’t believe they built this in React

    The post explores the creation of an interactive 3D badge for the Vercel Ship 2024 event using React 3 Fiber, an advanced tool for rendering 3D elements in React. It breaks down the tech stack, including Blender for model preparation, React, React 3 Fiber, and React 3 Rapier for physics. The guide covers setting up a 3D environment, integrating physics, and handling user interactions, offering readers a comprehensive look into developing interactive 3D components on the web.

  3. 3
    Article
    Avatar of hnHacker News·2y

    nmfisher

    Thermion is a framework for building cross-platform 3D applications using Dart and Flutter. It divides its functionality into two packages: 'thermion_flutter' for Flutter-specific tasks, and 'thermion_dart' for general Dart applications. Key components include the ThermionViewer class for managing 3D scenes, and the ThermionFlutterPlugin and ThermionWidget for embedding 3D content within Flutter applications. Thermion supports a variety of functionalities such as scene management, rendering control, and animation.

  4. 4
    Article
    Avatar of hnHacker News·2y

    Homegrown rendering with Rust

    Embark Studios is developing a creative platform using Rust to enable user-generated content with advanced 3D rendering. Initially, they focused on gameplay and other essential features before diving into rendering, resulting in the creation of two renderers with modern features like ray tracing and real-time global illumination. They introduced an experimental renderer, 'kajiya,' which is open-sourced but still a work in progress. For production, they have a more robust renderer built on Vulkan API, which extends 'kajiya' features to support broader device compatibility and gameplay functionalities. The Rust-based `rust-gpu` project allows seamless GPU programming, highlighting the language's potential for future graphics and game development.

  5. 5
    Video
    Avatar of communityCommunity Picks·2y

    3D in TypeScript using Ray Casting

    This post explores the concept of ray casting in a 3D perspective on a 2D map, utilizing TypeScript for implementation. The author explains the basic setup, including the HTML canvas and transforms, and how to map 2D grid coordinates to screen coordinates. The core of the post delves into the mechanics of the ray casting algorithm, involving direction vectors, linear equations, and snapping points to grid boundaries. The author also discusses various considerations, such as handling zero values in directions and remapping mouse movements to grid coordinates. Finally, a hands-on coding session demonstrates the implementation of the ray casting technique.

  6. 6
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    Flexbox in 3d?? How is this even possible

    Explore the potential of a new 3D UI kit that works in both 2D and 3D environments using React 3 Fiber and WebGL. See how a 3D UI kit can provide a truly immersive and interactive experience, especially for games, VR, and AR applications.

  7. 7
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn Three.js By Building Five Projects

    Learn Three.js by building five projects. The video course covers the basics of setting up a Three.js project, creating the Earth with textures and lighting, building a wireframe wormhole effect, creating transition effects, and adding physics using the Rapier engine.

  8. 8
    Article
    Avatar of communityCommunity Picks·2y

    Material Maker by RodZilla

    Material Maker is a procedural material authoring tool and 3D model painter based on the Godot Engine, available for Windows, macOS, and Linux. It supports creating various types of materials like Static and Dynamic PBR, raymarching, and unlit materials. Most nodes are GLSL shaders, and new nodes can be created by combining existing ones or writing custom shaders. The tool can export materials for Godot, Unity, and Unreal. The software is free and open-source, with support available via GitHub and Discord. It also has a website for sharing materials and brushes.

  9. 9
    Article
    Avatar of thisdotThis Dot·2y

    Awesome 3D experience with VueJS and TresJS: a beginner's guide

    Vue.js developers can enhance their projects with stunning 3D graphics using Tres.js. Tres.js integrates seamlessly with Vue.js and offers a declarative approach, cutting-edge features, and a vast ecosystem.

  10. 10
    Article
    Avatar of communityCommunity Picks·2y

    Sphere Rendering

    The post discusses the challenges of texturing a sphere and explores the use of a flat disk for texture mapping instead of a UV sphere. It covers the process of creating a pixel shader to recreate the features of a 3D UV sphere mesh and provides insights into surface equations, texture mapping, orientation, rotation, shading, UV discontinuities, polar patches, and atmospheric rendering.