MENU

Fun & Interesting

Let's Program Doom - Part 1

3DSage 482,066 lượt xem 2 years ago
Video Not Working? Fix It Now

I might be the most excited about this video. I really wanted to learn how the original Doom game engine works. l spent a long time learning the basic concepts but created the code myself from scratch and how I wanted to design it. You can follow along or convert this code to any other programming language since I kept it simple in C that draws a pixel at x and y coordinates.

Let me know if you enjoy this series! Thank you for all your great ideas and I hope to see what you make from this tutorial series. Send me a link so I can share it in part 2!

How to install OpenGL: https://www.youtube.com/watch?v=RTk6W67dyR4
Download my starter code here: https://github.com/3DSage/OpenGL-Starter_v1

Starter code: 02:28
Drawing dots: 05:52
Drawing a line: 10:38
Drawing a wall: 11:51
Sectors: 15:40
Surfaces: 20:31

Raycaster Part 1: https://www.youtube.com/watch?v=gYRrGTC7GtA
Raycaster Part 2: https://www.youtube.com/watch?v=PC1RaETIx3Y
Raycaster Part 3: https://www.youtube.com/watch?v=w0Bm4IA-Ii8

Comment