resium
Version:
React component library for Cesium
56 lines (34 loc) • 2.23 kB
Markdown

 [](https://badge.fury.io/js/resium) [](https://opencollective.com/resium)
React component library for 🌏[Cesium](https://cesium.com/)
- **Declarative Cesium** 🌏: create a highly maintainable Cesium app in React
- **Blazing Fast Development** 👨: HMR works perfectly
- **Strongly Typed** 💪: TypeScript is fully supported
[**Documentation**](https://resium.reearth.io) | [**Installation**](https://resium.reearth.io/installation) | [**Getting Started**](https://resium.reearth.io/getting_started) | [**Guide**](https://resium.reearth.io/guide) | [**Examples**](https://resium.reearth.io/examples/)
```jsx
<Viewer full>
<Entity
description="test"
name="tokyo"
point={{ pixelSize: 10 }}
position={Cartesian3.fromDegrees(139.767052, 35.681167, 100)}
/>
</Viewer>
```


## Contributors
If you want to contribute, follow the [documentation](https://resium.reearth.io/contribution).
### Code Contributors
This project exists thanks to all the people who contribute.
<a href="https://github.com/reearth/resium/graphs/contributors"><img src="https://opencollective.com/resium/contributors.svg?width=890&button=false" /></a>
### Financial Contributors
Become a [financial contributor](https://opencollective.com/resium) and help us sustain our community.
#### Individuals
Any donations, big and small, are welcome!
[](https://opencollective.com/resium)
#### Organizations
Support this project with your organization. Your logo will show up here with a link to your website!
[](https://opencollective.com/resium)
## License
[MIT License](LICENSE)