madid
mad·id (adjective) \ ˈmadə̇d
wet, moist
Trying it out
Dependencies
- GLM (OpenGL Mathematics)
- OpenGL
- optional: CMake
- a C++ compiler
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