Jonathan-Hamberg/wave
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Cmpiling on Linux sudo apt install libmesa-dev libglfw3 libglfw3-dev navigate to wave directory mkdir build && cd build cmake .. -G"Unix Makefiles" make Use apitrace to debug OpenGL part of the application.