https://github.com/nakjun/webgl-dynamic-simulation
particle & cloth simulation base on webgl(three.js)
https://github.com/nakjun/webgl-dynamic-simulation
Last synced: 11 months ago
JSON representation
particle & cloth simulation base on webgl(three.js)
- Host: GitHub
- URL: https://github.com/nakjun/webgl-dynamic-simulation
- Owner: nakjun
- Created: 2024-01-29T04:44:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T07:41:26.000Z (about 2 years ago)
- Last Synced: 2025-01-23T06:29:57.593Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction of This Project
[Types of Simulation]
- Particle Freefall Simulation(Explicit Euler Method)
- Cloth Simulation(Mass Spring System)
[Environment]
- Node.js : 18.12.0
- Librarys / Frameworks
* react, react-dom : ^18.2.0
* react-scripts : ^5.0.1
* three : ^0.160.1
* lil-gui : ^0.19.1
* math-sqrt : ^1.0.1
# Setup Project
1. npm i
2. npm start