Cube Wave by Bees and Bombs The file in playground/playground.cpp is the one I created for this coding challenge.
The escape button closes the full screen window
- This code's base was taken from: opengl-tutorial
- If my compiling instructions don't make sense, try Link
- This origional version of what I receated: Link
None for now
- Download repository
- Get Visual studios IDE Community 2017 Link
- navigate to Downloaded GitHub repository
- right clock and click "open in Visual Studios"
- select the down arrow next to current document and select "playground.exe"
command line instructions once downloaded and in project directory
Debain 10 dependencies
sudo apt install cmake make g++ libx11-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxrandr-dev libxext-dev libxcursor-dev libxinerama-dev libxi-dev
mkdir build
cd build
cmake ..
make all -j$(nproc)
./playground
My best guess is to fallow this: Link