/aws-globe

The Globe from Github's homepage implemented in ThreeJS with beautiful shading.

Primary LanguageJavaScriptMIT LicenseMIT

AWS Global Infrastructure

Implementation

The globe is constructed with three-globe, a ThreeJS data-visualization project made by @vasturiano. Then, the scene is shaded with a dim ambient light and multiple directional lights to resemble a dreamy space environment. The globe's MeshPhongMaterial is also adjusted to fit the environment.

Usage

Details:

npm start        # development build in ./dist
npm run build    # static production build in ./

License

MIT