https://github.com/notmywing/gpt-cloud-chamber
https://github.com/notmywing/gpt-cloud-chamber
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/notmywing/gpt-cloud-chamber
- Owner: NotMyWing
- Created: 2025-08-10T13:02:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T04:50:54.000Z (11 months ago)
- Last Synced: 2025-08-11T05:27:31.881Z (11 months ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).