Live data from Hacker News

3D graphics rendering pipeline. Implemented in JavaScript. Run in a terminal

github.com

51–52 of 52 posts

Re: 3D graphics rendering pipeline. Implemented in JavaScript. Run in a terminal

#52
post #4

This is code is very clean... someone should add this to a list of very nice codebases to read.

Graphics pipelines are typically well understood. Software renderers capable of N64 like graphics are not complex to write:

https://github.com/glouw/gel/blob/master/main.c

But you are right. It does take some ingenuity to make it clean.

Post reply on HN