An open API service indexing awesome lists of open source software.

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)

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