Skip to content

DokaDev/MotionGL_Gyro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages