Media Summary: Ever wondered how to draw pixels to the screen? On this Streamed Live on Twitch: Enable Subtitles for Twitch Chat Playlist: ... I haven't been active for a while, but I worked on the model loader a bit. I still need to add lighting (gouraud shading). Still no ...

Software Rendering With Sdl3 Code - Detailed Analysis & Overview

Ever wondered how to draw pixels to the screen? On this Streamed Live on Twitch: Enable Subtitles for Twitch Chat Playlist: ... I haven't been active for a while, but I worked on the model loader a bit. I still need to add lighting (gouraud shading). Still no ... A pretty basic demo of a CPU-based 3D wireframe This is my attempt at near-plane clipping. Each triangle is cut into one or two new triangles in order to avoid triangles being ... It's been a while since my last video. So, I spent all this time to improve my

After toiling for way too long, I have a working z-buffer. I had a lot of problems along the way, like flickering edge seams, z-fighting, ... I managed to write a simple obj model loader. This video shows the well-known Stanford bunny. The first gray

Photo Gallery

Software Rendering with SDL3 - Code Tour
3D Software Rendering in 2025
[C++/SDL] Software Renderer Part 6: Textured OBJ Loading
Simple 3D wireframe software renderer in D using SDL3
[C++/SDL] Software Renderer Part 8: Near Clipping Test
Code overview - Software rendering front end
Software Rendering in C++
SDL3 and C++ improving my software render
Rendering Sponza with SDL3 GPU
[C++/SDL] Software Renderer Part 3: Z-Buffering
Software rendering in fixed point - prototype demo
[C++/SDL] Software Renderer Part 4: Loading a Model (960x720)
View Detailed Profile
Software Rendering with SDL3 - Code Tour

Software Rendering with SDL3 - Code Tour

Ever wondered how to draw pixels to the screen? On this

3D Software Rendering in 2025

3D Software Rendering in 2025

Streamed Live on Twitch: https://twitch.tv/tsoding Enable Subtitles for Twitch Chat Playlist: ...

[C++/SDL] Software Renderer Part 6: Textured OBJ Loading

[C++/SDL] Software Renderer Part 6: Textured OBJ Loading

I haven't been active for a while, but I worked on the model loader a bit. I still need to add lighting (gouraud shading). Still no ...

Simple 3D wireframe software renderer in D using SDL3

Simple 3D wireframe software renderer in D using SDL3

A pretty basic demo of a CPU-based 3D wireframe

[C++/SDL] Software Renderer Part 8: Near Clipping Test

[C++/SDL] Software Renderer Part 8: Near Clipping Test

This is my attempt at near-plane clipping. Each triangle is cut into one or two new triangles in order to avoid triangles being ...

Code overview - Software rendering front end

Code overview - Software rendering front end

Join me as I discuss the

Software Rendering in C++

Software Rendering in C++

GitHub: https://github.com/Myvar/ Website: https://myvar.cloud thebennybox: ...

SDL3 and C++ improving my software render

SDL3 and C++ improving my software render

It's been a while since my last video. So, I spent all this time to improve my

Rendering Sponza with SDL3 GPU

Rendering Sponza with SDL3 GPU

Code

[C++/SDL] Software Renderer Part 3: Z-Buffering

[C++/SDL] Software Renderer Part 3: Z-Buffering

After toiling for way too long, I have a working z-buffer. I had a lot of problems along the way, like flickering edge seams, z-fighting, ...

Software rendering in fixed point - prototype demo

Software rendering in fixed point - prototype demo

This is a demonstration of a basic

[C++/SDL] Software Renderer Part 4: Loading a Model (960x720)

[C++/SDL] Software Renderer Part 4: Loading a Model (960x720)

I managed to write a simple obj model loader. This video shows the well-known Stanford bunny. The first gray

[C++/SDL] Software Renderer Source Code

[C++/SDL] Software Renderer Source Code

Link: https://github.com/FuzzyCat444/3D-