https://github.com/guilospanck/galaxy-webgpu
Your own personal Galaxy in the Web.
https://github.com/guilospanck/galaxy-webgpu
webgpu wgsl
Last synced: 7 months ago
JSON representation
Your own personal Galaxy in the Web.
- Host: GitHub
- URL: https://github.com/guilospanck/galaxy-webgpu
- Owner: Guilospanck
- Created: 2024-12-31T19:45:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T21:12:41.000Z (8 months ago)
- Last Synced: 2025-01-29T22:23:23.678Z (8 months ago)
- Topics: webgpu, wgsl
- Language: TypeScript
- Homepage: https://guilospanck.github.io/galaxy-webgpu/
- Size: 31.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Galaxy WebGPU
Web application that uses the [WebGPU API](https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API) to build a full customisable Galaxy based on different parameters that can be tweaked in real time.
See it at [Galaxy](https://guilospanck.github.io/galaxy-webgpu/).
> [!TIP]
> The application when first opened will most likely not show any planets. That is NOT a bug. Scroll your mouse to zoom in and out. Click and drag to pan (if you hold shift while doing so it will rotate the camera).## Running locally
```shell
pnpm install
``````shell
pnpm dev
```Then go to `http://localhost:5173` (or whatever port vite might allocate for you) to see the application running.