An interactive jelly slider built with TypeScript and WebGPU using TypeGPU.
Try it online: https://shahnab.github.io/Jellyslider/
- TypeScript
- WebGPU
- TypeGPU
- Vite
- Node.js (v18 or higher)
- A browser that supports WebGPU
- Clone the repository:
git clone https://github.com/Shahnab/Jellyslider.git
cd Jellyslider- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to
http://localhost:5173
To build the project for production:
npm run buildTo deploy to GitHub Pages:
npm run deployContributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.