are there any single header C libraries for triangle rasterization? i can't find any. the vast majority of rasterizers seem to be
1. educational code, not optimized or intended to be a library at all
2. overwrought corporate things that meticulously reproduce all the cruft of modern 3D graphics APIs, usually OpenGL