{"id":17078882,"url":"https://github.com/hatoo/rene","last_synced_at":"2025-04-12T20:43:06.504Z","repository":{"id":43661030,"uuid":"433785861","full_name":"hatoo/rene","owner":"hatoo","description":"WIP Vulkan Raytracing renderer entirely written in Rust","archived":false,"fork":false,"pushed_at":"2022-04-16T14:10:11.000Z","size":35637,"stargazers_count":21,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T14:55:59.451Z","etag":null,"topics":["ray-tracing","raytracing","rust","vulkan"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/hatoo.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}},"created_at":"2021-12-01T10:43:09.000Z","updated_at":"2025-03-09T21:08:35.000Z","dependencies_parsed_at":"2022-08-23T04:20:18.206Z","dependency_job_id":null,"html_url":"https://github.com/hatoo/rene","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatoo%2Frene","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatoo%2Frene/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatoo%2Frene/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatoo%2Frene/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hatoo","download_url":"https://codeload.github.com/hatoo/rene/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631675,"owners_count":21136555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ray-tracing","raytracing","rust","vulkan"],"created_at":"2024-10-14T12:23:50.767Z","updated_at":"2025-04-12T20:43:06.478Z","avatar_url":"https://github.com/hatoo.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rene\n\nWIP Vulkan Raytracing renderer entirely written in Rust.\n\nCurrently Rene supports [pbrt file format](https://www.pbrt.org/fileformat-v3) for scene description.\n\n# Requirements\n\n- Vulkan Raytracing ready GPU and Driver\n- [LunarG Vulkan SDK](https://www.lunarg.com/vulkan-sdk/)\n# Run\n\n```\ncargo run -- sample_scenes/current.pbrt\n```\n\n`out.png` will be produced.\n\n## Denoiser\n\nRene has built-in OptiX or Oidn Denoiser if you enable \"optix-denoiser\" or \"oidn-denoiser\" feature.\n\nYou can denoise images using Optix Denoiser by \"--denoiser=optix\" flag.\n\nYou can denoise images using Oidn Denoiser by \"--denoiser=oidn\" flag.\n\n# Examples\n\n## Cornell box\n\n```\ncargo run -- .\\sample_scenes\\cornell-box\\scene.pbrt\n```\n\n![Cornell box](images/cornell-box.png)\n\n## Dragon\n\n```\ncargo run -- .\\sample_scenes\\dragon\\scene.pbrt\n```\n\n![dragon](images/dragon.png)\n\n## Teapot\n\n```\ncargo run --features=oidn-denoiser  -- --denoiser=oidn   .\\sample_scenes\\teapot\\scene.pbrt\n```\n\n![teapot](images/teapot.png)\n\n# Veach, MIS\n\n```\ncargo run  -- .\\sample_scenes\\veach-mis\\scene.pbrt\n```\n\n![Veach, MIS](images/veach-mis.png)\n\n## Teapot-full\n\nThe scene file can be downloaded from https://benedikt-bitterli.me/resources/\n\nWith Oidn Denoiser\n![teapot full](images/teapot-full.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatoo%2Frene","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhatoo%2Frene","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatoo%2Frene/lists"}