Devlog 4
Another pretty big feature added in this devlog, you can now see every satellite in orbit!
I had a bit of trouble with this feature, and originally I tried to add the 3d dots and paths like the other satellites but this causes major performance issues with over 16000 satellites in orbit. I also tried offloading calculations to a web worker, but that also had some performance issues as well.
In the end I decided to resort to using the particles api that react-globe.gl has and it works exceptionally well, and even allows for a relatively quick refresh rate while still keeping the site relatively smooth.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.