Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2004seraph/minimal-opengl-cpp
For Linux and Windows
https://github.com/2004seraph/minimal-opengl-cpp
Last synced: about 2 months ago
JSON representation
For Linux and Windows
- Host: GitHub
- URL: https://github.com/2004seraph/minimal-opengl-cpp
- Owner: 2004seraph
- License: mpl-2.0
- Created: 2024-07-06T19:06:00.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-06T19:31:49.000Z (7 months ago)
- Last Synced: 2024-07-06T21:38:37.021Z (7 months ago)
- Language: C++
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple, cross-platform CMake template project for OpenGL apps
## Requirements
- CMake
- vcpkg for CMake: https://learn.microsoft.com/en-us/vcpkg/
- Set the `VCPKG_ROOT` environment variable to the root of your vcpkg installation.## Build
This project should be automatically parsed by most IDEs supporting CMake (Visual Studio, CLion, etc). So you will most likely just have to click the "Run" button in your editor. Otherwise, building from the command line is also quite simple, you may see the build presets in `CMakePresets.json`:
`cmake --preset "x64-debug" && cmake --build --preset "debug"`