{"id":50730461,"url":"https://github.com/skuong/equirectangular-cubemap","last_synced_at":"2026-06-10T08:02:44.732Z","repository":{"id":40423332,"uuid":"487301854","full_name":"skuong/equirectangular-cubemap","owner":"skuong","description":"convert equirectangular image (360° panorama) to cubemap images","archived":false,"fork":false,"pushed_at":"2024-04-03T17:59:13.000Z","size":6642,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-06-06T09:21:28.996Z","etag":null,"topics":["360","canvas","cubemap","drag-and-drop","equirectangular","gamedev","hdri","image-converter","leva","panorama","react-three-drei","react-three-fiber","tailwindcss","texture","texture-generation","threejs","vite"],"latest_commit_sha":null,"homepage":"https://equirectangular-cubemap.vercel.app/","language":"TypeScript","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/skuong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-04-30T14:42:51.000Z","updated_at":"2025-12-30T09:24:05.000Z","dependencies_parsed_at":"2024-11-23T23:54:19.786Z","dependency_job_id":"4c74c56d-4dc0-4b41-a805-37f64974bb35","html_url":"https://github.com/skuong/equirectangular-cubemap","commit_stats":null,"previous_names":["skuong/equirectangular-cubemap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skuong/equirectangular-cubemap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skuong%2Fequirectangular-cubemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skuong%2Fequirectangular-cubemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skuong%2Fequirectangular-cubemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skuong%2Fequirectangular-cubemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skuong","download_url":"https://codeload.github.com/skuong/equirectangular-cubemap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skuong%2Fequirectangular-cubemap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34142643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["360","canvas","cubemap","drag-and-drop","equirectangular","gamedev","hdri","image-converter","leva","panorama","react-three-drei","react-three-fiber","tailwindcss","texture","texture-generation","threejs","vite"],"created_at":"2026-06-10T08:02:43.916Z","updated_at":"2026-06-10T08:02:44.724Z","avatar_url":"https://github.com/skuong.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Equirectangular to Cubemap\nTake an Equirectangular or 360 Panorama image as input and return Cubemap images (6 images with a 1:1 aspect ratio).\n\n## Usage\nVisit https://equirectangular-cubemap.vercel.app/ and you will be welcomed with the UI like the following image.\n\nThe main view is a 3D scene where you can see:\n- 360 Panorama image around your view.\n- Visually, a cube with the same texture as the panorama.\n\nAt the top-right corner is the settings menu.\n\n\u003cimg src=\"https://github.com/sokhuong-uon/equirectangular-cubemap/assets/77433349/24f4339f-694c-402f-8cce-22bbb43a89cc\" width=\"400\"/\u003e\n\n### Settings Menu\nAdjust the view and functionality.\n\n#### Setting\n1. **Angle**: rotate the cube's texture.\n\n   \u003cimg src=\"https://github.com/sokhuong-uon/equirectangular-cubemap/assets/77433349/0adcc318-5f11-4d7e-aad2-3d37cd7a0437\" width=\"300\"/\u003e\n   \u003cimg src=\"https://github.com/sokhuong-uon/equirectangular-cubemap/assets/77433349/bc588862-98c3-40bd-bf64-157c61cf41a6\" width=\"300\"/\u003e\n   \u003cimg src=\"https://github.com/sokhuong-uon/equirectangular-cubemap/assets/77433349/4acb95ad-55d6-46ed-90c9-a5721eb35f2c\" width=\"300\"/\u003e\n2. **Dimension**: resolution of the image.\n\n   - Preset values are 256, 512, 1024, 2048, and 4096 pixels.\n   - The higher the value the slower the rendering will be.\n\n   - 256 pixels will make the image blurry.\n3. **Mode**: view as box or flat image.\n\n   \u003cimg src=\"https://github.com/sokhuong-uon/equirectangular-cubemap/assets/77433349/5fa6bb10-6411-4f39-9489-82a26aaa1760\" width=\"300\"/\u003e\n   \n## Local Development\n**Note**: Make sure you have **Node.js** installed on your machine.\n\n1. Clone the repo.\n2. Change directory to _equirectangular-cubemap_.\n   ```bash\n   cd equirectangular-cubemap\n   ```\n3. Install dependencies:\n   ```bash\n   pnpm i # you can use `yarn` or `npm install` or `bun install`\n   ```\n   if you want to use `pnpm` but haven't enabled it yet, you can run `corepack enable` to enable yarn and pnpm.\n4. Run local server\n   ```bash\n   pnpm dev\n   ```\n\n## Roadmap\n- Handle HDR image with RGBELoader\n\n## Acknowledgement\n### Image source\n - [christmas_photo_studio_04](https://polyhaven.com/a/christmas_photo_studio_04) by [Sergej Majboroda](https://hdrmarket.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskuong%2Fequirectangular-cubemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskuong%2Fequirectangular-cubemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskuong%2Fequirectangular-cubemap/lists"}