Hacker News new | ask | show | jobs
by fesoliveira 2422 days ago
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

1 comments

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