reimplementation of this article, using the programmable OpenGL pipeline
- OpenGL
- glfw
- glew
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build -G Ninja
cmake --build build
./build/cloth
- W: move ball forward
- A: move ball left
- S: move ball backward
- D: move ball right
- Q: move ball down
- E: move ball up
- space: apply wind to cloth