←back to thread

Scale of the Universe

(scaleofuniverse.com)
249 points Leftium | 1 comments | | HN request time: 0.326s | source
Show context
a_c ◴[] No.40084388[source]
Magnificent! Curious how the zoom interaction is managed? Do you load assets of next level once zoom level hit a certain threshold?
replies(2): >>40084912 #>>40086203 #
1. Leftium ◴[] No.40084912[source]
My guess is all the assets are preloaded. They are gradually added to the "stage" and shrunken/faded out based on the zoom level on an item-by-item basis (vs zoom levels.)

The background color would be its own "item."

I actually came across this site because I was looking for an example for a proposal for a fun project for this guy: https://youtu.be/1kjvgWBHzec (he tried a couple of non-programming video editing methods to achieve the zoom effect.)