Skip to content
Snippets Groups Projects
Select Git revision
  • 80c90d31f88a9afd95628b1250c1c449a62ecea5
  • main default protected
2 results

participating-media-presentation

Name Last commit Last update
data
src
.gitignore
CMakeLists.txt
README.md

madid

mad·​id (adjective) \ ˈmadə̇d
wet, moist

Trying it out

Dependencies

Installing the dependencies

On Linux-based systems, with the apt package manager

sudo apt install libglm-dev libglew-dev libglfw3 cmake build-essential

Compiling

  • create a build directory
  • build the program using cmake
# from the project root directory
mkdir build
cd build
cmake ..
make

Start the application

./madid

Contact

Feel free to contact me at barnabas.borcsok@gmail.com