DokaDev / MotionGL_Gyro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MotionGL_Gyro

Tetrahedron rendering program developed with OpenGL

Compiled with a Visual C++

Getting Started

This project requires the OpenGL library.

  1. 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.
  1. Install libs
vcpkg install glfw3
vcpkg install glew
vcpkg install glm
  1. Integration with Visual Studio
vcpkg integrate install

This guide provides instructions for setting up the necessary libraries for the project using vcpkg.

About


Languages

Language:C++ 100.0%