this post was submitted on 06 Mar 2025
53 points (100.0% liked)

Technology

1063 readers
32 users here now

A tech news sub for communists

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 days ago* (last edited 3 days ago)

It's still not entirely done (missing Cubemaps) and it's only a part of a larger project. I've been working on this project off and on for the past 4-ish years.

spoilerI'm heavily using SIMD to rasterize triangles and all the buffers (minus the frame buffer) are swizzled in a Z pattern for better cache hits. Shadow mapping is rather noisy in some cases. It also supports normal maps and specular reflections.

(Excuse the text having a fully transparent background)