{"id":24782623,"url":"https://github.com/oaklight/rayerson","last_synced_at":"2025-03-24T05:29:34.038Z","repository":{"id":72719320,"uuid":"190923940","full_name":"Oaklight/Rayerson","owner":"Oaklight","description":"A CPU-based Ray-tracer using Golang","archived":false,"fork":false,"pushed_at":"2019-07-08T21:04:41.000Z","size":8304,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T11:18:16.926Z","etag":null,"topics":["golang","ray-tracing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Oaklight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-06-08T18:52:18.000Z","updated_at":"2019-07-22T19:40:45.000Z","dependencies_parsed_at":"2023-03-30T12:09:23.695Z","dependency_job_id":null,"html_url":"https://github.com/Oaklight/Rayerson","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/Oaklight%2FRayerson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oaklight%2FRayerson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oaklight%2FRayerson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oaklight%2FRayerson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oaklight","download_url":"https://codeload.github.com/Oaklight/Rayerson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245215786,"owners_count":20579047,"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":["golang","ray-tracing"],"created_at":"2025-01-29T11:18:20.089Z","updated_at":"2025-03-24T05:29:34.019Z","avatar_url":"https://github.com/Oaklight.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rayerson\nA Golang implementation of ray tracing rendering engine\n\n![img](assets/outComplex-1560580365410.png)\n\n## How to run the code\n\n```\n# compile render\ngo build render.go\n\n# run with a scene file and designate the output image path\n# render [-p[=nThread]] \u003cpath to csv file\u003e \u003coutput path\u003e\nrender -p test/sceneSimple.csv outSimple.png\n```\n\n## Dataset and result\n\nAll three datasets are in `./test/` folder, corresponding results are in the same folder.\n\nYou may modify the code in function `RandomScene` in `./render/scene.go` to generate randomly placed sphere with varying materials.\n\nA report on Rayerson is included [here](Rayerson_a_CPU-based_ray_tracing_engine.pdf).\n\n## Dependencies\n\nAll dependencies are standard libraries:\n\n- math\n- math/rand\n- fmt\n- image\n- image/color\n- image/png\n- sync\n- os\n- time\n- bufio\n- strconv\n- runtime\n- strings","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foaklight%2Frayerson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foaklight%2Frayerson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foaklight%2Frayerson/lists"}