{"id":51510241,"url":"https://github.com/jsoulier/sdl_earth_viewer","last_synced_at":"2026-07-08T05:01:44.950Z","repository":{"id":360366604,"uuid":"1248842130","full_name":"jsoulier/sdl_earth_viewer","owner":"jsoulier","description":"Earth Viewer using SDL3 GPU and Cesium Native","archived":false,"fork":false,"pushed_at":"2026-05-26T06:24:28.000Z","size":1034,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-26T06:29:37.405Z","etag":null,"topics":["cesium","cpp","example","examples","gpu","hlsl","sdl","sdl3","shader","shaders"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsoulier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2026-05-25T05:21:48.000Z","updated_at":"2026-05-26T06:24:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jsoulier/sdl_earth_viewer","commit_stats":null,"previous_names":["jsoulier/sdl_earth_viewer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jsoulier/sdl_earth_viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsoulier%2Fsdl_earth_viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsoulier%2Fsdl_earth_viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsoulier%2Fsdl_earth_viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsoulier%2Fsdl_earth_viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsoulier","download_url":"https://codeload.github.com/jsoulier/sdl_earth_viewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsoulier%2Fsdl_earth_viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35252324,"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-07-08T02:00:06.796Z","response_time":61,"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":["cesium","cpp","example","examples","gpu","hlsl","sdl","sdl3","shader","shaders"],"created_at":"2026-07-08T05:01:44.180Z","updated_at":"2026-07-08T05:01:44.932Z","avatar_url":"https://github.com/jsoulier.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SDL Earth Viewer\n\nEarth Viewer using SDL3 GPU and Cesium Native\n\n![](doc/image4.png)\n![](doc/image2.png)\n![](doc/image5.png)\n![](doc/image6.png)\n![](doc/image3.png)\n![](doc/image1.png)\n\n### Features\n\n- Cesium Ion integration\n- 3D, terrain, and imagery tiles\n- Planetary scale rendering\n- Fun shaders\n\n### Limitations\n\n- Only 1 imagery layer is supported\n\n### Cesium Ion\n\n#### Authentication\n\nThe project pulls maps from https://api.cesium.com/.\nTo authenticate with the endpoint:\n1. Create an account with [Cesium Ion](https://ion.cesium.com/)\n2. Go to [Access Tokens](https://ion.cesium.com/tokens)\n3. Copy \"Default Token\" to your clipboard\n4. Create a file called `cesium_ion_token.txt` in your home directory\n5. Paste the token in the file\n\n#### Assets\n\nCesium Ion comes with free assets. To reference the assets:\n1. Go to [My Assets](https://ion.cesium.com/assets)\n2. Specify the maps you'd like to load in ImGui and click \"Recreate\"\n3. For terrain/imagery, use the terrain ID for \"Ion Asset ID\" and the imagery ID for \"Ion Imagery ID\"\n4. For 3D tiles, use ID for \"Ion Asset ID\" and `-1` for \"Ion Imagery ID\"\n5. You can grab more maps from the [Asset Depot](https://ion.cesium.com/assetdepot) but I haven't tested it much\n\n### Building\n\nFollow the vcpkg instructions from [Cesium](https://cesium.com/learn/cesium-native/ref-doc/developer-setup.html#vcpkg)\n\n#### Windows\n\n```bash\ngit clone https://github.com/jsoulier/sdl_earth_viewer --recurse-submodules\ncd sdl_earth_viewer\nmkdir build\ncd build\ncmake ..\ncmake --build . --parallel 8 --config Release\ncd bin\n./sdl_earth_viewer.exe\n```\n\n#### Linux\n\n```bash\ngit clone https://github.com/jsoulier/sdl_earth_viewer --recurse-submodules\ncd sdl_earth_viewer\nmkdir build\ncd build\ncmake .. -DCMAKE_BUILD_TYPE=Release\ncmake --build . --parallel 8\ncd bin\n./sdl_earth_viewer\n```\n\n#### Shaders\n\nShaders are precompiled.\nTo build locally, add [SDL_shadercross](https://github.com/libsdl-org/SDL_shadercross) to your path\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsoulier%2Fsdl_earth_viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsoulier%2Fsdl_earth_viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsoulier%2Fsdl_earth_viewer/lists"}