{"id":13402827,"url":"https://github.com/CesiumGS/cesium","last_synced_at":"2025-03-14T08:31:09.824Z","repository":{"id":2622056,"uuid":"3606738","full_name":"CesiumGS/cesium","owner":"CesiumGS","description":"An open-source JavaScript library for world-class 3D globes and maps :earth_americas:","archived":false,"fork":false,"pushed_at":"2025-03-05T14:01:23.000Z","size":755678,"stargazers_count":13385,"open_issues_count":1442,"forks_count":3559,"subscribers_count":472,"default_branch":"main","last_synced_at":"2025-03-10T04:07:44.755Z","etag":null,"topics":["3d","3d-globe","3d-tiles","cesium","czml","geospatial","gis","gltf","webgl"],"latest_commit_sha":null,"homepage":"https://cesium.com/cesiumjs/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CesiumGS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2012-03-02T22:27:14.000Z","updated_at":"2025-03-10T04:00:57.000Z","dependencies_parsed_at":"2023-09-24T06:50:42.178Z","dependency_job_id":"87d3f9e8-48da-467a-b78e-988e88b5bb45","html_url":"https://github.com/CesiumGS/cesium","commit_stats":{"total_commits":29337,"total_committers":467,"mean_commits":"62.820128479657384","dds":0.8705729965572485,"last_synced_commit":"bd0f24f3e3433c77c5de3ed9a9385e4a9d4cc9bf"},"previous_names":["analyticalgraphicsinc/cesium"],"tags_count":193,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesiumGS%2Fcesium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesiumGS%2Fcesium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesiumGS%2Fcesium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesiumGS%2Fcesium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CesiumGS","download_url":"https://codeload.github.com/CesiumGS/cesium/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242787036,"owners_count":20185021,"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":["3d","3d-globe","3d-tiles","cesium","czml","geospatial","gis","gltf","webgl"],"created_at":"2024-07-30T19:01:21.398Z","updated_at":"2025-03-14T08:31:09.819Z","avatar_url":"https://github.com/CesiumGS.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Front-end Framework","Repos","WebGL","👨‍💻 JavaScript Libraries","Official Resources","UI Components","Repository","Viewers","Uncategorized","🎨 Design \u0026 Creative"],"sub_categories":["Blogs","Mapping","3D and Games","Data Visualization","Uncategorized"],"readme":"# CesiumJS\n\n[![Build Status](https://github.com/CesiumGS/cesium/actions/workflows/dev.yml/badge.svg)](https://github.com/CesiumGS/cesium/actions/workflows/dev.yml)\n[![npm](https://img.shields.io/npm/v/cesium)](https://www.npmjs.com/package/cesium)\n[![Docs](https://img.shields.io/badge/docs-online-orange.svg)](https://cesium.com/learn/)\n\n![Cesium](https://github.com/CesiumGS/cesium/wiki/logos/Cesium_Logo_Color.jpg)\n\nCesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin. It uses WebGL for hardware-accelerated graphics, and is cross-platform, cross-browser, and tuned for dynamic-data visualization.\n\nBuilt on open formats, CesiumJS is designed for robust interoperability and scaling for massive datasets.\n\n---\n\n[**Examples**](https://sandcastle.cesium.com/) :earth_asia: [**Docs**](https://cesium.com/learn/cesiumjs-learn/) :earth_americas: [**Website**](https://cesium.com/cesiumjs) :earth_africa: [**Forum**](https://community.cesium.com/) :earth_asia: [**User Stories**](https://cesium.com/user-stories/)\n\n---\n\n## :rocket: Get started\n\nVisit the [Downloads page](https://cesium.com/downloads/) to download a pre-built copy of CesiumJS.\n\n### npm \u0026 yarn\n\nIf you’re building your application using a module bundler such as Webpack, Parcel, or Rollup, you can install CesiumJS via the [`cesium` npm package](https://www.npmjs.com/package/cesium):\n\n```sh\nnpm install cesium --save\n```\n\nThen, import CesiumJS in your app code. Import individual modules to benefit from tree shaking optimizations through most build tools:\n\n```js\nimport { Viewer } from \"cesium\";\nimport \"cesium/Build/Cesium/Widgets/widgets.css\";\n\nconst viewer = new Viewer(\"cesiumContainer\");\n```\n\nIn addition to the `cesium` package, CesiumJS is also [distributed as scoped npm packages for better dependency management](https://cesium.com/blog/2022/12/07/modular-structure-in-cesiumjs/):\n\n- [`@cesium/engine`](./packages/engine/README.md) - CesiumJS's core, rendering, and data APIs\n- [`@cesium/widgets`](./packages/widgets/README.md) - A widgets library for use with CesiumJS\n\n### What next?\n\nSee our [Quickstart Guide](https://cesium.com/learn/cesiumjs-learn/cesiumjs-quickstart/) for more information on getting a CesiumJS app up and running.\n\nInstructions for serving local data are in the CesiumJS\n[Offline Guide](./Documentation/OfflineGuide/README.md).\n\nInterested in contributing? See [CONTRIBUTING.md](CONTRIBUTING.md). :heart:\n\n## :green_book: License\n\n[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). CesiumJS is free for both commercial and non-commercial use.\n\n## :earth_americas: Where does the Global 3D Content come from?\n\nThe Cesium platform follows an [open-core business model](https://cesium.com/why-cesium/open-ecosystem/cesium-business-model/) with open source runtime engines such as CesiumJS and optional commercial subscription to Cesium ion.\n\nCesiumJS can stream [3D content such as terrain, imagery, and 3D Tiles from the commercial Cesium ion platform](https://cesium.com/platform/cesium-ion/content/) alongside open standards from other offline or online services. We provide Cesium ion as the quickest option for all users to get up and running, but you are free to use any combination of content sources with CesiumJS that you please.\n\nBring your own data for tiling, hosting, and streaming from Cesium ion. [Using Cesium ion](https://cesium.com/ion/signup/) helps support CesiumJS development.\n\n## :white_check_mark: Features\n\n- Stream in 3D Tiles and other standard formats from Cesium ion or another source\n- Visualize and analyze on a high-precision WGS84 globe\n- Share with users on desktop or mobile\n\nSee more in the [CesiumJS Features Checklist](https://github.com/CesiumGS/cesium/wiki/CesiumJS-Features-Checklist).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCesiumGS%2Fcesium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCesiumGS%2Fcesium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCesiumGS%2Fcesium/lists"}