Wednesday, June 21, 2023

Summer solstice: the longest day of the year (north side)

 Summer solstice - Wikipedia

"The summer solstice, also called the estival solstice[7] or midsummer, occurs when one of Earth's poles has its maximum tilt toward the Sun.

It happens twice yearly, once in each 
hemisphere (Northern and Southern).
For that hemisphere, the summer solstice is the day with the longest 
period of daylight and shortest night of the year, when the Sun is at its highest position in the sky.

At either 
pole there is continuous daylight at the time of its summer solstice.
The opposite event is the 
winter solstice."


The midnight sun | Where the sun never sets

"Svalbard is the place in Norway where the midnight sun occurs for the longest period.
Here, the sun doesn’t set between 20 April and 22 August."

react-three-fiber: React renderer for threejs

pmndrs/react-three-fiber: 🇨🇭 A React renderer for Three.js

react-three-fiber is a React renderer for threejs.

Build your scene declaratively with re-usable, self-contained components that react to state, are readily interactive and can participate in React's ecosystem.

Is it slower than plain Threejs?

No. There is no overhead. Components render outside of React.
It outperforms Threejs in scale due to Reacts scheduling abilities.

Basic demo - CodeSandbox