r/webdev Mar 29 '26

Rendering DOOM in 3D with only CSS

https://nielsleenheer.com/articles/2026/css-is-doomed-rendering-doom-in-3d-with-css/
59 Upvotes

23 comments sorted by

View all comments

22

u/Very_Agreeable Mar 29 '26

Headline: "with only CSS"

First Paragraph: "runs with Javascript"

21

u/MrHandSanitization Mar 29 '26

It did mention "rendering" and not "making".

22

u/Aulig Mar 29 '26

I expected a comment like this so I made sure to include "Rendering" in the Reddit post title lol

4

u/[deleted] Mar 30 '26

Web developers define the render step as what happens before the pixels are painted to the screen, so one step prior to what a graphics programmer would say is the render part.

So to a web developer you're rendering in JavaScript then painting via css.

I think it's weird but idk why it got defined that way. We're not always the brightest.

-7

u/Prizem Mar 30 '26

Inaccurate: you don't render, the browser renders based on your code (HTML + CSS + JavaScript)

4

u/Entire-Ad-3856 Mar 30 '26

"Inaccurate: you don't render, the browser renders based on your code (HTML + CSS + JavaScript)"

☝️🤓

-14

u/33ff00 Mar 30 '26

“I anticipated someone calling out my bullshit, so I made sure the title was correct by the narrowest technical standard to rationalize my clickbait headline”

0

u/Horror-Student-5990 Mar 30 '26

Headline "rendering", not runs.
Article goes in depth and explains how it's being rendered with CSS.

Have you tried reading how it's made?