Learn while building a 3D game with physics

In this course, we create a 3D game with physics. We will use to generate the 3D graphics and to simulate physics in this game. This tutorial is primarily for beginners. If you haven’t used these libraries before don’t worry. This is an introductory course both for and . We will go through everything in detail. We go through, how to set up the scene, how to add lights, how to set up the camera, how to add animation and event handlers, and finally, we will add physics. The only thing you need to be familiar with is JavaScript, but we won’t do anything crazy with that either. So if you have a basic understanding of JavaScript, and you want to learn then this is a good start. 👉 You can find the whole game and its source code on Codepen: 0:00 Introduction 1:11 A first example 1:56 A scene with a box 3:16 Lights 5:31 Camera options 9:09 The renderer 10:20 Setting up our game 15
Back to Top