Go to file
Nicolás Ortega Froysa d420f1aa35
Added argument parsing.
Now also allows you to change resolution and fullscreen mode.
2018-10-25 20:31:53 +02:00
build Fixed .keep file in gitignore. 2018-10-25 15:47:32 +02:00
shaders Added sources. 2018-10-25 16:19:07 +02:00
src Added argument parsing. 2018-10-25 20:31:53 +02:00
.gitignore Fixed .keep file in gitignore. 2018-10-25 15:47:32 +02:00
CMakeLists.txt Change global to C header file. 2018-10-25 20:13:12 +02:00
LICENSE Added sources. 2018-10-25 16:19:07 +02:00
README Added basic files. 2018-10-25 15:46:52 +02:00

-------------------
*** Trippy Cube ***
-------------------
A psychedelic cube that continuously changes colors and rotates.

# Compiling
-----------
To compile you'll require the following dependencies:
 - SDL2
 - OpenGL 3+ (hardware dependent)
 - C++11 Compiler (GCC recommended)

To compile the project, run the following commands in the root directory:

  cd build/
  cmake ..
  make

This will build a release build of the project.

# License
---------
This being a toy project, it is licensed under the ZLib license.