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

https://github.com/cuddlybunion341/github-topo

A 3D map of GitHub contributions
https://github.com/cuddlybunion341/github-topo

github threejs

Last synced: 8 months ago
JSON representation

A 3D map of GitHub contributions

Awesome Lists containing this project

README

          

# GitHub Topo

## Overview

3D visualization of GitHub contributions using ThreeJS.
[Live Demo](https://cb341.dev/github-topo/)

Inspired by [0xgaut on Twitter](https://x.com/0xgaut/status/1905669689574887562?t=iBI7WvnhftSh6WiN-khU_Q).

## Prerequisites

- [Bun](https://bun.sh/) must be installed.

## Installation

1. Clone the repository:
```bash
git clone https://github.com:CuddlyBunion341/github-topo.git
```

2. Change to the project directory:
```bash
cd github-topo
```

3. Install dependencies:
```bash
bun install
```

4. Start the development server:
```bash
bun run dev
```

## License

This project is licensed under the [MIT](./LICENSE) license.