An open API service indexing awesome lists of open source software.

https://github.com/kevinzhang19870314/github-globe-module

github globe example using modular js
https://github.com/kevinzhang19870314/github-globe-module

3d github globe threejs webgl

Last synced: 6 months ago
JSON representation

github globe example using modular js

Awesome Lists containing this project

README

          

# Github globe example

![Globe](/static/globe.png)

## Introduce

Its a similar [github home](https://github.com/home) example page, just for fun and study. Use modular javascript to rewirte [github-globe](https://github.com/janarosmonaliev/github-globe);

## Live demo
[github globe module](https://kevinzhang19870314.github.io/github-globe-module/)

## Developer guide
1. `npm install`;
2. `npm start`.

## References
1. [discoverthreejs-site](https://github.com/looeee/discoverthreejs-site);
2. [three-globe](https://github.com/vasturiano/three-globe);
3. [github-globe](https://github.com/janarosmonaliev/github-globe).