commit 6d44b8c6af315f610b8e6dd112cd30b15977e4cb Author: Wander_lust Date: Tue Feb 17 00:49:46 2026 +0530 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..717829f --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# multithreaded-raytracer +A CPU-based ray tracer written and implemented following Peter Shirley’s Ray Tracing in One Weekend series, but extended with multithreaded rendering.