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

https://github.com/notmywing/gpt-cloud-chamber


https://github.com/notmywing/gpt-cloud-chamber

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 🔗 [WebGL Cloud Chamber (3D, Webpack)](https://notmywing.github.io/GPT-Cloud-Chamber/)

A minimal single-page WebGL simulation of a cloud chamber. Tracks are rendered with an accumulation buffer that diffuses and blurs to create cloudy, vapor-like trails. Curvature depends on a user-controlled magnetic field; track thickness and brightness depend on the "vapor" setting. Click to inject an ionization event; drag to orbit the camera; scroll to zoom.

## Run (dev)

```bash
npm install
npm run serve
# will open http://localhost:9000 serving /public which loads dist/bundle.js
```

## Build

```bash
npm run build
# outputs dist/bundle.js
```

Then open `public/index.html` in a static server (or file URL).