An OpenGL animation in retro synthwave style.
./synthwaveCGP requires
- A C++14 (or greater) compatible compiler (GCC/CLang, or a recent Visual Studio).
- An OpenGL 3.3 (or greater) compatible system.
- libGLFW and pkgconfig installed for Linux/MacOS system.
Go into the scene folder
cd .\scenes_epita_ani3d\synthwave\- Method 1. Using the provided Makefile:
make -j$(nproc)
./synthwave- Method 2. Using the provided CMakeLists.txt:
mkdir build & cd build
cmake ..
make
cd .. & ./build/synthwave- Method 1. Create a Visual Studio project using CMake
- Method 2. Open the CMakeLists.txt using the internal CMake tool from Visual.
Once opened by Visual Studio, the project should be configured to compile and be executed directly without further setup. Make sure your Windows version is updated for Visual Studio to be able to compile correctly C++14.
Synthwave is licensed under the MIT license.
Copyright © 2022, Heloïse Fabre, Temano Frogier, Alexandre James
