{"id":18720582,"url":"https://github.com/samchenyu/3dengine","last_synced_at":"2025-11-10T21:30:18.917Z","repository":{"id":239315206,"uuid":"799196458","full_name":"SamChenYu/3DEngine","owner":"SamChenYu","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-29T18:52:05.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T19:37:34.919Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/SamChenYu.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":"2024-05-11T12:33:03.000Z","updated_at":"2025-01-29T18:52:09.000Z","dependencies_parsed_at":"2025-01-21T00:23:53.454Z","dependency_job_id":"94781aab-efef-4304-adcf-c105785a5966","html_url":"https://github.com/SamChenYu/3DEngine","commit_stats":null,"previous_names":["samchenyu/3dengine"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamChenYu%2F3DEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamChenYu%2F3DEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamChenYu%2F3DEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamChenYu%2F3DEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamChenYu","download_url":"https://codeload.github.com/SamChenYu/3DEngine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239583877,"owners_count":19663284,"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":[],"created_at":"2024-11-07T13:31:42.204Z","updated_at":"2025-11-10T21:30:18.856Z","avatar_url":"https://github.com/SamChenYu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Rasterization Pipeline: Tests each triangle against pixels by computing a bounding box\n- Apply transformation matrix\n- Intialise z buffer\n- Rasterize each triangle in each shape\n\t- compute normal for shading\n\t- compute rectangular bounds [ identifies 2d screen space are affected by 3d object ]\n\t- loop through every pixel in bounding box\n\t- check if pixel is inside the triangle\n\t- compute z depth\n- set color of pixel if z buffer is smallest\n\nRay Tracing Pipeline: Shoots a ray from camera through each pixel using mathematical equations\n- Generate a ray from camera passing through lookAt\n- Loop through all objects and find closest intersection\n- Anti aliasing to sample out colours\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamchenyu%2F3dengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamchenyu%2F3dengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamchenyu%2F3dengine/lists"}