A Guitar Hero clone made with SDL2 and OpenGL.
Currently the Makefile is Mac OSX specific. It can be easily ported to Linux.
CMake build files are welcome, in case you'd like to contribute to this project.
In order to build this project you'll need to install these libraries:
- SDL2
- libsoundio
- assimp
If you have brew installed, this can be easily done by typing the following command:
brew install sdl2 && brew install libsoundio && brew install assimp
If you don't have the brew package manager installed, you can easily install it by executing this command:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null