{"id":16632015,"url":"https://github.com/kalwalt/ofxskybox","last_synced_at":"2025-10-05T05:06:57.911Z","repository":{"id":2082585,"uuid":"3022079","full_name":"kalwalt/ofxSkyBox","owner":"kalwalt","description":"openFramework addon for a skybox object","archived":false,"fork":false,"pushed_at":"2022-05-13T04:57:39.000Z","size":1625,"stargazers_count":7,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T06:23:41.133Z","etag":null,"topics":["ofxskybox","openframeworks","openframeworks-addon","skybox"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kalwalt.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}},"created_at":"2011-12-20T19:51:38.000Z","updated_at":"2023-10-19T09:34:32.000Z","dependencies_parsed_at":"2022-08-26T13:50:33.656Z","dependency_job_id":null,"html_url":"https://github.com/kalwalt/ofxSkyBox","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/kalwalt%2FofxSkyBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwalt%2FofxSkyBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwalt%2FofxSkyBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwalt%2FofxSkyBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kalwalt","download_url":"https://codeload.github.com/kalwalt/ofxSkyBox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238930129,"owners_count":19554122,"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":["ofxskybox","openframeworks","openframeworks-addon","skybox"],"created_at":"2024-10-12T04:57:46.106Z","updated_at":"2025-10-05T05:06:52.877Z","avatar_url":"https://github.com/kalwalt.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ofxSkyBox\n\nA simple ofxAddon to display a SkyBox object in an openFrameworks scene.\n\n## Setup\n\nYou need to instantiate in the header an ofxSkyBox, an ofCamera and an ofSphereCenter.\n\nThen in the setup():\n\nset the sphereCenter, the ofCamera position and load the ofxSkyBox instance.\n\n```\nvoid testApp::setup(){\n\n\tsphereCenter = ofVec3f(0, 0, 0);\n\n\tcamera.setPosition(ofVec3f(0, 0, 0));\n\n\tskybox.load();\n}\n```\n\n\nin draw():\n\nbetween the camera begin/end update the skybox and the lookAt vector.\n\n```\nvoid testApp::draw(){\n\n\tcamera.begin();\n\n    skybox.draw();\n\n    camera.lookAt(ofVec3f(mouseY,  0,mouseX), ofVec3f(0, 1, 0));\n\n\tcamera.end();\n\n}\n\n```\n\n## Tested\n\nTested with openFrameworks 0.11.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalwalt%2Fofxskybox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalwalt%2Fofxskybox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalwalt%2Fofxskybox/lists"}