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
- Host: GitHub
- URL: https://github.com/kevinzhang19870314/github-globe-module
- Owner: KevinZhang19870314
- License: mit
- Created: 2022-08-15T08:11:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T07:09:10.000Z (about 2 years ago)
- Last Synced: 2025-04-10T21:15:26.515Z (6 months ago)
- Topics: 3d, github, globe, threejs, webgl
- Language: JavaScript
- Homepage: https://kevinzhang19870314.github.io/github-globe-module/
- Size: 4.2 MB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github globe example

## 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).