nexcore-softrender 1.0.0

Pure-Rust software rasterizer — first-principles rendering from math to pixels
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<title>softrender test</title>
</head>
<body style="background:#0a0e1a;margin:0;padding:20px">
<div style="color:#00ccff;font-size:20px">nexcore-softrender — CPU rasterizer test</div>
<div style="color:#666;font-size:12px;margin-bottom:10px">Pure Rust, zero deps, edge-function triangle fill, barycentric interpolation</div>
<img src="softrender_test.png" style="width:800px;height:600px;display:block">
<div style="color:#00cc66;font-size:14px;margin-top:10px">52 tests passed — 15 source files — 0 dependencies</div>
<div style="color:#666;font-size:12px;margin-top:5px">Row 1: rects + gradient | Row 2: circle, hexagon, triangle, starburst | Row 3: rounded rects + RGB tri | Row 4: transforms + Lex Primitiva grid</div>
</body>
</html>