w3reality / three-geo

3D geographic visualization library
MIT License
1.03k stars 174 forks source link

Consider A-Frame #1

Closed KJStrand closed 5 years ago

KJStrand commented 5 years ago

Hi, have you considered creating an A-Frame component for your geographic visualization library? This would allow for mixing the visualizations with other developed components and make VR access automatic. In the example below, I created a simple version of what such a component could look like for three-geo, and placed it in a scene with an environment component and VR hand control components.

Sample: https://jet-wasp.glitch.me/

Source Code: https://glitch.com/edit/#!/jet-wasp?path=index.html:71:27

j-devel commented 5 years ago

Great! It's really nice to see three-geo working fine with A-Frame. Thanks for the informative demo. We've added it in the use case section: https://github.com/w3reality/three-geo#who-is-using-three-geo

akbartus commented 1 year ago

Hi there! Created the updated version of the component, which is compatible with latest version of A-Frame and has a few more additional features. It was created based on KJStrand's work. Repo: https://github.com/akbartus/A-Frame-Component-Three-Geo-Updated Demo: https://three-geo.glitch.me/.