Go to file
Nicolás Ortega Froysa 29cfe699cc
Make for smoother zoom.
2018-10-25 23:40:22 +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 Make for smoother zoom. 2018-10-25 23:40:22 +02:00
.gitignore Fixed .keep file in gitignore. 2018-10-25 15:47:32 +02:00
CMakeLists.txt Removing OpenMP support. 2018-10-25 23:05:05 +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

README

-------------------
*** 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.