Added basic files.
This commit is contained in:
commit
4d1a4cfca9
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Ignore build files
|
||||||
|
build/
|
||||||
|
!build/.keep
|
||||||
|
|
||||||
|
# Ignore Vim temporary files
|
||||||
|
*.sw[a-z]
|
23
README
Normal file
23
README
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
-------------------
|
||||||
|
*** 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.
|
Loading…
Reference in New Issue
Block a user