Skip to content

Commit 78f70cf

Browse files
committed
Update README
1 parent 162cf63 commit 78f70cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A TypeScript CPU software rasterizer with programmable vertex and fragment shade
44

55
# Credits
66

7-
This project is heavily based on Nikolaus Rauch's excellent [C++ software rasterizer](https://github.com/nikolausrauch/software-rasterizer). This implementation adapts those ideas to the web. The code has been reworked to accommodate the constraints of JavaScript while preserving the overall design and educational value of the original renderer.
7+
The renderer is heavily based on Nikolaus Rauch's excellent [C++ software rasterizer](https://github.com/nikolausrauch/software-rasterizer). Everything else—including the vector and matrix library, texture handling, sampling, and browser integration—was implemented specifically for this project and designed around the constraints of TypeScript and the web. The demos are adapted from Nikolaus's original project.
88

99
# Demos
1010

0 commit comments

Comments
 (0)