Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erpix3lt/threejs-data-visualisation

Take on Jer Thorps data visualisation of 138 Years of Popular Science, only in Threejs.
https://github.com/erpix3lt/threejs-data-visualisation

138-years-of-popular-science data-visualization react-three-drei react-three-fiber three-js

Last synced: about 21 hours ago
JSON representation

Take on Jer Thorps data visualisation of 138 Years of Popular Science, only in Threejs.

Awesome Lists containing this project

README

        

# Three.js Data Visualisation

![Screen Capture](https://github.com/Erpix3lt/threejs-data-visualisation/blob/main/images/Bildschirmfoto%202024-11-15%20um%2014.37.15.png)

This project is a visualisation of keywords used by the Popular Science magazine over 138 years. The original idea is by Jer Thorp: [Instagram](https://www.instagram.com/blprnt/).

## Deployment

You can view the live deployment of this project [here](https://sapienza-information-design.vercel.app/).

## Overview

This visualisation uses Three.js to create an interactive 3D representation of the keywords. The data is fetched from a CSV file and displayed in a timeline format, allowing users to explore the evolution of keywords over time.

## Features

- Interactive 3D visualisation using Three.js
- Timeline representation of keywords
- Hover information for detailed keyword data
- Navigation controls for exploring the visualisation

## Getting Started

To get started with this project, clone the repository and install the dependencies:

```sh
git clone https://github.com/Erpix3lt/threejs-data-visualisation.git
cd threejs-data-visualisation
npm install