Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 547 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 547 Bytes

waves

C++ game with OpenGL.

image

nix

nix-shell

Build

mkdir build/ &&
cmake -S . -B ./build/ &&
cmake --build ./build/ 

Dependencies

git submodule update --init --recursive