vasturiano / globe.gl

UI component for Globe Data Visualization using ThreeJS/WebGL
https://vasturiano.github.io/globe.gl/example/world-population/
MIT License
1.99k stars 298 forks source link

Port for React-Native applications #103

Open Bccorb opened 2 years ago

Bccorb commented 2 years ago

This package is stellar! It works easily and as expected in a web app, but it does not work in React Native apps due the nature of CSS2DRenderer accessing the document object to start the process.

If it is possible I would like a port of this library to react-native. (I would be willing to do the port, but don't really understand the nature of what would need to be done.

I tried using different frameworks like, straight d3, but encounter similar issues when trying to apply transitional effects, drag, zoom, etc.