VULKAN: From 2D to 3D // C++ 3D Multiplayer Game From Scratch // LIVE TUTORIAL

The Cherno · Beginner ·🛠️ AI Tools & Apps ·1y ago
To try everything Brilliant has to offer—free—for a full 30 days, visit https://brilliant.org/TheCherno . You’ll also get 20% off an annual premium subscription. Support ► https://patreon.com/thecherno Discord ► https://discord.gg/thecherno Instagram ► https://instagram.com/thecherno Twitter ► https://twitter.com/thecherno 🔗 LINKS Cubed ► https://github.com/TheCherno/Cubed Walnut (dev branch) ► https://github.com/StudioCherno/Walnut/tree/dev Vulkan docs ► https://docs.vulkan.org/ Vulkan triangle sample ► https://github.com/KhronosGroup/Vulkan-Samples/tree/main/samples/api/hello_triangle Re…
Watch on YouTube ↗ (saves to browser)

Chapters (29)

Intro
1:26 Vulkan resources and documentation
6:34 How rendering with Vulkan works
14:34 Installing and using the Vulkan SDK
18:54 Setting up our triangle rendering
26:40 Creating a graphics pipeline
43:32 Loading shaders
50:44 Writing and compiling shaders
55:41 Command buffers
1:00:54 Rendering our triangle
1:13:29 Buffers
1:15:05 Memory types and staging buffers
1:17:54 Creating buffers
1:23:15 Creating a vertex and index buffer
1:30:36 Modifying our pipeline and shaders to use vertex buffers
1:35:10 Rendering with vertex buffers
1:36:14 A BUG!
1:38:45 Success
1:39:14 Rendering with index buffers
1:40:22 Rendering a square with an index buffer
1:42:42 Rendering a simple cube
1:50:30 How to debug graphics
1:54:14 Using push constants to get data into our shaders
1:59:44 Creating a “camera” with perspective projection
2:08:04 Cube position and rotation
2:09:04 Moving our cube with UI
2:10:51 Fixing our inside out cube
2:12:43 We need normals - homework
2:15:08 Rendering multiple cubes in our game and moving the camera

Playlist

Uploads from The Cherno · The Cherno · 0 of 60

← Previous Next →
1 3D Game Programming - Episode 1 - Window
3D Game Programming - Episode 1 - Window
The Cherno
2 3D Game Programming - Episode 2 - Game Loop
3D Game Programming - Episode 2 - Game Loop
The Cherno
3 3D Game Programming - Episode 3 - Arrays
3D Game Programming - Episode 3 - Arrays
The Cherno
4 3D Game Programming - Episode 4 - Drawing Pixels!
3D Game Programming - Episode 4 - Drawing Pixels!
The Cherno
5 3D Game Programming - Episode 4.5 - How Rendering Works
3D Game Programming - Episode 4.5 - How Rendering Works
The Cherno
6 3D Game Programming - Episode 5 - Playing with Pixels!
3D Game Programming - Episode 5 - Playing with Pixels!
The Cherno
7 3D Game Programming - Episode 6 - Performance Boosting
3D Game Programming - Episode 6 - Performance Boosting
The Cherno
8 3D Game Programming - Episode 7 - FPS Counter
3D Game Programming - Episode 7 - FPS Counter
The Cherno
9 3D Game Programming - Episode 8 - Alpha Support and More
3D Game Programming - Episode 8 - Alpha Support and More
The Cherno
10 3D Game Programming - Episode 9 - Beginning 3D
3D Game Programming - Episode 9 - Beginning 3D
The Cherno
11 3D Game Programming - Episode 10 - Floors and Animation
3D Game Programming - Episode 10 - Floors and Animation
The Cherno
12 3D Game Programming - Episode 11 - Rotation
3D Game Programming - Episode 11 - Rotation
The Cherno
13 3D Game Programming - Episode 12 - User Input
3D Game Programming - Episode 12 - User Input
The Cherno
14 3D Game Programming - Episode 13 - Render Distance Limiter!
3D Game Programming - Episode 13 - Render Distance Limiter!
The Cherno
15 3D Game Programming - Episode 14 - Basic Mouse Movement
3D Game Programming - Episode 14 - Basic Mouse Movement
The Cherno
16 3D Game Programming - Episode 15 - Textures + More!
3D Game Programming - Episode 15 - Textures + More!
The Cherno
17 3D Game Programming - Episode 16 - Walking, Crouching, Sprinting + More
3D Game Programming - Episode 16 - Walking, Crouching, Sprinting + More
The Cherno
18 3D Game Programming - Episode 16.5 - Exporting Runnable Jars
3D Game Programming - Episode 16.5 - Exporting Runnable Jars
The Cherno
19 3D Game Programming - Episode 17 - Small Adjustments + Birthday!
3D Game Programming - Episode 17 - Small Adjustments + Birthday!
The Cherno
20 3D Game Programming - Episode 17.5 - Creating an Applet
3D Game Programming - Episode 17.5 - Creating an Applet
The Cherno
21 3D Game Programming - Episode 18 - The Beginning of Walls
3D Game Programming - Episode 18 - The Beginning of Walls
The Cherno
22 3D Game Programming - Episode 18.1 - A Few More Things
3D Game Programming - Episode 18.1 - A Few More Things
The Cherno
23 Episode 18.5 - Creating an EXE File in Java
Episode 18.5 - Creating an EXE File in Java
The Cherno
24 3D Game Programming - Episode 19 - Rendering Walls
3D Game Programming - Episode 19 - Rendering Walls
The Cherno
25 3D Game Programming - Episode 20 - Continuing Walls, Fixing Bugs, and Managing Crashes
3D Game Programming - Episode 20 - Continuing Walls, Fixing Bugs, and Managing Crashes
The Cherno
26 3D Game Programming - Episode 21 - Texturing Walls, Fixing Clipping, and Fixing the Mouse
3D Game Programming - Episode 21 - Texturing Walls, Fixing Clipping, and Fixing the Mouse
The Cherno
27 3D Game Programming - Episode 22 - Random Level Generator + Properly Fixing Clipping
3D Game Programming - Episode 22 - Random Level Generator + Properly Fixing Clipping
The Cherno
28 3D Game Programming - Episode 23 - Graphical User Interface (GUI) Launcher
3D Game Programming - Episode 23 - Graphical User Interface (GUI) Launcher
The Cherno
29 3D Game Programming - Episode 24 - Making Our Launcher Work
3D Game Programming - Episode 24 - Making Our Launcher Work
The Cherno
30 Source Code!
Source Code!
The Cherno
31 3D Game Programming - Episode 25 - Writing and Reading Files
3D Game Programming - Episode 25 - Writing and Reading Files
The Cherno
32 3D Game Programming - Episode 26 - Custom Resolutions
3D Game Programming - Episode 26 - Custom Resolutions
The Cherno
33 3D Game Programming - Episode 27 - Decorating the Launcher
3D Game Programming - Episode 27 - Decorating the Launcher
The Cherno
34 3D Game Programming - Episode 28 - Continuing our Custom Launcher!
3D Game Programming - Episode 28 - Continuing our Custom Launcher!
The Cherno
35 3D Game Programming - Episode 29 - Launching The Game
3D Game Programming - Episode 29 - Launching The Game
The Cherno
36 3D Game Programming - Episode 30 - Colour Processing In-Depth
3D Game Programming - Episode 30 - Colour Processing In-Depth
The Cherno
37 3D Game Programming - Episode 31 - Sprites!
3D Game Programming - Episode 31 - Sprites!
The Cherno
38 3D Game Programming - Episode 32 - Sprite Mapping
3D Game Programming - Episode 32 - Sprite Mapping
The Cherno
39 3D Game Programming - Episode 33 - High Resolution Rendering
3D Game Programming - Episode 33 - High Resolution Rendering
The Cherno
40 Morning Coffee - Episode 1: Visibility in Java
Morning Coffee - Episode 1: Visibility in Java
The Cherno
41 Morning Coffee - Episode 2: Variables
Morning Coffee - Episode 2: Variables
The Cherno
42 3D Game Programming - Episode 34 - Entities
3D Game Programming - Episode 34 - Entities
The Cherno
43 Morning Coffee - Episode 3: More Variables
Morning Coffee - Episode 3: More Variables
The Cherno
44 Morning Coffee - Episode 4: Even More Variables
Morning Coffee - Episode 4: Even More Variables
The Cherno
45 Morning Coffee - Episode 5: Arrays [1]
Morning Coffee - Episode 5: Arrays [1]
The Cherno
46 Morning Coffee - Episode 6: Arrays [2]
Morning Coffee - Episode 6: Arrays [2]
The Cherno
47 Morning Coffee - Episode 7: Copying Arrays [1]
Morning Coffee - Episode 7: Copying Arrays [1]
The Cherno
48 Ludum Dare 24 - I'm In
Ludum Dare 24 - I'm In
The Cherno
49 Genesis - My Game for Ludum Dare 24
Genesis - My Game for Ludum Dare 24
The Cherno
50 Vlog + Ludum Dare Results
Vlog + Ludum Dare Results
The Cherno
51 Episode 1 || The Cherno's Adventures in Minecraft
Episode 1 || The Cherno's Adventures in Minecraft
The Cherno
52 Episode 2 || The Cherno's Adventures in Minecraft
Episode 2 || The Cherno's Adventures in Minecraft
The Cherno
53 Episode 3 || The Cherno's Adventures in Minecraft
Episode 3 || The Cherno's Adventures in Minecraft
The Cherno
54 Episode 4 || The Cherno's Adventures in Minecraft
Episode 4 || The Cherno's Adventures in Minecraft
The Cherno
55 Episode 5 || The Cherno's Adventures in Minecraft
Episode 5 || The Cherno's Adventures in Minecraft
The Cherno
56 Game Programming - Episode 1 - Resolution
Game Programming - Episode 1 - Resolution
The Cherno
57 Game Programming - Episode 2 - Threads
Game Programming - Episode 2 - Threads
The Cherno
58 Game Programming - Episode 3 - Game Loop
Game Programming - Episode 3 - Game Loop
The Cherno
59 Cherno's Subreddit (/r/thecherno)
Cherno's Subreddit (/r/thecherno)
The Cherno
60 Game Programming - Episode 4 - Window
Game Programming - Episode 4 - Window
The Cherno
Feed AI better data for better leads
Next Up
Feed AI better data for better leads
Google Ads