Update README.md and CLAUDE.md to reflect all implemented features#24
Merged
Conversation
Both files were outdated, still describing the original 42 project scope (5 shapes, 25 files, single-threaded, no tests). Updated to match the actual codebase state: CLAUDE.md: - Lines of code: ~2,270 → ~6,700 (47 source files) - Build: add debug/release/test/coverage/regression/benchmark/lint targets - Usage: add --threads CLI options - Controls: add H (help), I (info), 1-4 (resize), continuous input - Project structure: full 47-file listing + tests/ tools/ gallery/ .github/ - Rendering pipeline: multi-threaded with BVH, reflections, refraction - Shapes: 5 → 14 types (cone, disk, torus, ellipsoid, box, quadrics, CSG, mesh) - Scene format: add extended shapes and material properties syntax - Data structures: add t_ray, t_material, t_bvh_node, t_thread_data, enums - Known issues: remove "no inline docs" (added), update epsilon note - Testing: full section with unit tests, regression, benchmarks, coverage, CI/CD README.md: - Code stats: updated line counts and feature summary - Controls: add H, I, 1-4 keys - Features: add DOF, motion blur, path tracing, progressive rendering, anti-aliasing, gamma correction, HUD overlay - Add Build section with make targets https://claude.ai/code/session_01HCEjiYQXvsrx9SCAHPpok8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Both files were outdated, still describing the original 42 project scope
(5 shapes, 25 files, single-threaded, no tests). Updated to match the
actual codebase state:
CLAUDE.md:
README.md:
anti-aliasing, gamma correction, HUD overlay
https://claude.ai/code/session_01HCEjiYQXvsrx9SCAHPpok8