Best of 3DDecember 2022

  1. 1
    Article
    Avatar of geekcultureGeek Culture·3y

    ChatGPT scores 70% on a sample United States Medical Licensing Exam

    Commercial text-to-3D generators have officially arrived. ChatGPT scores 70% on a sample United States Medical Licensing Exam. Luma AI, a company that specializes in applying AI to 3D modeling, just released Imagine in alpha: their product that enables users to create 3D assets entirely with text.

  2. 2
    Article
    Avatar of gamedevacademyGameDev Academy·3y

    Unity vs. Unreal – Choosing a Game Engine

    Unity and Unreal are used to create games on the market, but in different ways. Unity is the most popular engine for indie developers and mobile games. Both engines have great 3D capabilities, although Unreal is best in terms of graphical fidelity. Coding is a great alternative to coding as it allows you to do the same things.

  3. 3
    Article
    Avatar of hnHacker News·3y

    Ten Minute Physics

    In this tutorial I explain the basics of Eulerian, grid-based fluid simulation and show how to write a simulation engine based on these discussed concepts. I use python in connection with the n Nvidia python extension warp as a simple way to write GPU simulations. I also briefly discuss the implementation as a python blender plugin.