https://github.com/dokadev/motiongl_gyro
https://github.com/dokadev/motiongl_gyro
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dokadev/motiongl_gyro
- Owner: DokaDev
- Created: 2024-02-05T08:46:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T11:18:36.000Z (over 2 years ago)
- Last Synced: 2024-02-06T10:07:17.871Z (over 2 years ago)
- Language: C++
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.