An open API service indexing awesome lists of open source software.

https://github.com/dokadev/motiongl_gyro


https://github.com/dokadev/motiongl_gyro

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## 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.
```bash
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg

// bash
bootstrap-vcpkg.sh

// windows
bootstrap-vcpkg.at
```
* Setting environment variables is recommended.

2. Install libs
```bash
vcpkg install glfw3
vcpkg install glew
vcpkg install glm
```

3. Integration with Visual Studio
```bash
vcpkg integrate install
```

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