This is a bad language choice for the problem.
3D graphics rendering pipeline. Implemented in JavaScript. Run in a terminal
51–52 of 52 posts
Re: 3D graphics rendering pipeline. Implemented in JavaScript. Run in a terminal
#52This 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.