{"id":37056729,"url":"https://github.com/simulation-tree/skybox","last_synced_at":"2026-01-14T06:25:20.313Z","repository":{"id":314764129,"uuid":"936321707","full_name":"simulation-tree/skybox","owner":"simulation-tree","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-24T03:04:19.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-24T05:35:05.339Z","etag":null,"topics":[],"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/simulation-tree.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-20T22:22:45.000Z","updated_at":"2025-09-24T03:01:19.000Z","dependencies_parsed_at":"2025-09-14T17:37:44.416Z","dependency_job_id":"4f48f668-96b8-428d-86a3-e29c2dccd5b9","html_url":"https://github.com/simulation-tree/skybox","commit_stats":null,"previous_names":["simulation-tree/skybox"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/simulation-tree/skybox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Fskybox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Fskybox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Fskybox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Fskybox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simulation-tree","download_url":"https://codeload.github.com/simulation-tree/skybox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulation-tree%2Fskybox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28412211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-14T06:25:20.261Z","updated_at":"2026-01-14T06:25:20.308Z","avatar_url":"https://github.com/simulation-tree.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skybox\n\nAbstraction for skyboxes.\n\n### Simple cubemap\n\nBelow is an example of creating a skybox from 6 textures, that uses\na built-in cubemap skybox shader drawing in the background:\n```cs\nusing World world = new();\nTexture right = new(world, \"Assets/Sunny Skybox/right.jpg\");\nTexture left = new(world, \"Assets/Sunny Skybox/left.jpg\");\nTexture top = new(world, \"Assets/Sunny Skybox/top.jpg\");\nTexture bottom = new(world, \"Assets/Sunny Skybox/bottom.jpg\");\nTexture front = new(world, \"Assets/Sunny Skybox/front.jpg\");\nTexture back = new(world, \"Assets/Sunny Skybox/back.jpg\");\nCubemapTexture cubemap = new(world, right, left, top, bottom, front, back);\nSkybox skybox = new CubemapSkybox(world, camera, cubemap);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimulation-tree%2Fskybox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimulation-tree%2Fskybox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimulation-tree%2Fskybox/lists"}