3D rasterization in pure JavaScript - rotating cube

Published: 11 December 2022
on channel: Monkey see, monkey do
462
14

Dedicated to those who love javidx9's 3D engine tutorial series but hates C++ and wants to
follow his tutorials in pure JavaScript

Help me and my family to survive the war in Ukraine:
PayPal: [email protected]
Patreon:   / code_monkey_king  

Live demo:
https://maksimkorzh.github.io/rasteri...

Source code:
https://github.com/maksimKorzh/raster...

00:00 A little story behind this port
01:55 I never thought I would have a need to learn how 3D graphics work
02:30 One Lone Coder's 3D engine tutorials
05:05 Some issues behind javidx9's truly perfectly didactic implementation
06:10 JavaScript clone demo in a web browser
06:40 Code adoption details