https://github.com/rxn7/particle_sim
Simple particle simulation
https://github.com/rxn7/particle_sim
particle-simulation typescript webgl2
Last synced: 12 months ago
JSON representation
Simple particle simulation
- Host: GitHub
- URL: https://github.com/rxn7/particle_sim
- Owner: rxn7
- Created: 2022-10-12T11:06:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T18:13:47.000Z (over 3 years ago)
- Last Synced: 2025-01-12T22:45:10.705Z (over 1 year ago)
- Topics: particle-simulation, typescript, webgl2
- Language: TypeScript
- Homepage: https://maciejniziolek.xyz/#/project/particle_sim
- Size: 82 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Particle Sim
Particle simulator written in TypeScript running in browser using WebGL2
# Init
* run `npm i`
# Building
* run `./build.sh`
* if build was successful, builded project is located in ./build directory
# Running
* run `./run.sh`
# Deploying
* run `./deploy.sh`