/liu-tng022-soft-body-simulation

👨‍🎓 Soft body simulation in Matlab for the course TNG022 (Modeling and Simulation) at Linköping University.

Primary LanguageMatlab

Goals

Getting started

Requirements

This projects depends on:

  • CMake
  • OpenGL
  • GLEW (version 2.0.0 +)
  • GLFW (version 3.2.1 +)
  • GLM (version 0.9.8.3 +)

Mac OS X

Install the dependencies using Homebrew. Run these commands:

brew install cmake
brew install glew
brew install glfw3
brew install glm