Live data from Hacker News

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

github.com

1–10 of 52 posts

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

#5
This is awesome! As an enthusiast of 3D graphics, I appreciate how clean and easy to read the source is. We have very few examples of how the graphics pipeline works in code, tinyrenderer [1] by ssloy being one of the most famous and easy to follow. This should enter the awesome-graphics list as a must read code!

[1] - https://github.com/ssloy/tinyrenderer

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

#10

This is awesome! As an enthusiast of 3D graphics, I appreciate how clean and easy to read the source is. We have very few examples of how the graphics pipeline works in code, tinyrenderer [1] by ssloy being one of the most famous and easy to follow. This should enter the awesome-graphics list as a must read code! [1] - https://github.com/ssloy/tinyrenderer

The amazing Michael Fogleman also has https://github.com/fogleman/fauxgl - a software renderer written in Go.
Post reply on HN