Tetrahedron rendering program developed with OpenGL
Compiled with a Visual C++
This project requires the OpenGL library.
- Clone the
vcpkg
repository.
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
// bash
bootstrap-vcpkg.sh
// windows
bootstrap-vcpkg.at
- Setting environment variables is recommended.
- Install libs
vcpkg install glfw3
vcpkg install glew
vcpkg install glm
- Integration with Visual Studio
vcpkg integrate install
This guide provides instructions for setting up the necessary libraries for the project using vcpkg.