30c0bdb23b
Just realized that there are only 8 vertices, and therefore 24 variables being updated every frame, which means that using OpenMP would (if anything) slow it down. |
||
---|---|---|
build | ||
shaders | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
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.