Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 893 Bytes

README.markdown

File metadata and controls

33 lines (20 loc) · 893 Bytes

Grybo

A Guitar Hero clone made with SDL2 and OpenGL.

Grybo

Building the project

Currently the Makefile is Mac OSX specific. It can be easily ported to Linux.

Contributing to the project

CMake build files are welcome, in case you'd like to contribute to this project.

Installing dependencies

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