# Dependencies - epoxy - https://github.com/anholt/libepoxy - glfw - https://github.com/glfw/glfw - assimp - https://github.com/assimp/assimp ## Ubuntu - unwind ``` sudo apt install libunwind-dev ``` # To get it to run on macos ``` ln -s "$(xcrun --sdk macosx --show-sdk-path)/System/Library/Frameworks/OpenGL.framework/Headers" /usr/local/include/OpenGL ```