https://github.com/qbart/gl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qbart/gl
- Owner: qbart
- License: mit
- Created: 2022-01-12T04:10:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T04:11:09.000Z (over 3 years ago)
- Last Synced: 2025-02-23T12:49:33.694Z (4 months ago)
- Language: C++
- Size: 4.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GL
## Windows
```
mkdir build/
cd build/
cmake -G "Visual Studio 16 2019" -A Win32 ..
```