Nicolás Ortega Froysa eb41b8178c
Use VBO indexing.
2018-10-25 17:57:52 +02:00
2018-10-25 15:47:32 +02:00
2018-10-25 16:19:07 +02:00
2018-10-25 17:57:52 +02:00
2018-10-25 15:47:32 +02:00
2018-10-25 17:57:52 +02:00
2018-10-25 16:19:07 +02:00
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.
Description
No description provided
Readme 60 KiB
Languages
C++ 79.7%
C 11.3%
CMake 8%
GLSL 1%