You are browsing as a guest. Sign up (or log in) to start making projects!

2h 35m 52s logged

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.

0
9

Comments 0

No comments yet. Be the first!