Skip to content

Lugsole/Cube_Wave

Repository files navigation

Cube_Wave

Cube Wave by Bees and Bombs The file in playground/playground.cpp is the one I created for this coding challenge. Cube Wave logo

Usage

The escape button closes the full screen window

Credits

  • 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

Download

None for now

compile/run

Windows

  1. Download repository
  2. Get Visual studios IDE Community 2017 Link
  3. navigate to Downloaded GitHub repository
  4. right clock and click "open in Visual Studios"
  5. select the down arrow next to current document and select "playground.exe"

Linux

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
  1. mkdir build
  2. cd build
  3. cmake ..
  4. make all -j$(nproc)
  5. ./playground

Mac

My best guess is to fallow this: Link

Video

Cube Wave

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published