{"id":22202392,"url":"https://github.com/ryushinn/path-tracer-in-one-week","last_synced_at":"2026-07-13T01:31:38.159Z","repository":{"id":144699762,"uuid":"500248678","full_name":"ryushinn/Path-Tracer-in-One-Week","owner":"ryushinn","description":"This is a path tracer project supporting physically-based rendering with fundamental geometry, materials, light transport, and camera model.","archived":false,"fork":false,"pushed_at":"2022-11-13T20:32:11.000Z","size":3654,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T10:17:36.784Z","etag":null,"topics":["physically-based-rendering","raytracing","rendering"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryushinn.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-06T00:51:48.000Z","updated_at":"2023-12-11T23:32:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"cdfa3e44-c4ad-4aaf-831a-20ceefb6647e","html_url":"https://github.com/ryushinn/Path-Tracer-in-One-Week","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryushinn/Path-Tracer-in-One-Week","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryushinn%2FPath-Tracer-in-One-Week","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryushinn%2FPath-Tracer-in-One-Week/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryushinn%2FPath-Tracer-in-One-Week/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryushinn%2FPath-Tracer-in-One-Week/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryushinn","download_url":"https://codeload.github.com/ryushinn/Path-Tracer-in-One-Week/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryushinn%2FPath-Tracer-in-One-Week/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35407393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-12T02:00:06.386Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["physically-based-rendering","raytracing","rendering"],"created_at":"2024-12-02T16:15:25.597Z","updated_at":"2026-07-13T01:31:38.133Z","avatar_url":"https://github.com/ryushinn.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Path Tracer\n\nThis is my path tracer implemented under the architecture of [Ray Tracing in One Weekend Series v3.2.3](https://raytracing.github.io/),\n\nwith features:\n\n- geometric primitives: box, sphere, triangle, rectangle...\n- materials: Cook Torrance PBR lighting model (diffuse\\glossy\\specular), dielectric...\n- fog \u0026 smoke (constant density)\n- physical camera: depth of field, motion blur\n- multiple importance sampling\n- bounding volume hierarchy\n- multi-thread accelerated rendering with OpenMP\n\n# Sample Images\n\n\u003cimg src=\"md.assets/readme/random.png\" alt=\"random\"  /\u003e\n\n\u003cimg src=\"md.assets/readme/final_scene.png\" alt=\"final_scene\"  /\u003e\n\n\u003cimg src=\"md.assets/readme/cornell_box.png\" alt=\"cornell_box\"  /\u003e\n\n# Build\n\nClone this repo and enter the directory, then run:\n\n```bash\nmkdir build\ncd build\ncmake ..\nmake\n```\n\nTo render sample images, run:\n\n```bash\nPathTracer cornell_box \u003e cornell_box.ppm\n```\n\nNote that to enable OpenMP, modify CmakeLists.txt to include the flag `-fopenmp` for gcc, or `/openmp` for MSVC.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryushinn%2Fpath-tracer-in-one-week","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryushinn%2Fpath-tracer-in-one-week","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryushinn%2Fpath-tracer-in-one-week/lists"}