https://github.com/sjoerdev/cpp-template-opengl
this is a template for using opengl with the xmake build system
https://github.com/sjoerdev/cpp-template-opengl
Last synced: 9 months ago
JSON representation
this is a template for using opengl with the xmake build system
- Host: GitHub
- URL: https://github.com/sjoerdev/cpp-template-opengl
- Owner: sjoerdev
- Created: 2025-01-12T12:08:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T18:21:50.000Z (11 months ago)
- Last Synced: 2025-02-01T23:46:06.863Z (11 months ago)
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Description:
This is a template for using opengl with the xmake build system.
## Requirements:
1. Have a C++ compiler like [MSVC](https://visualstudio.microsoft.com/visual-cpp-build-tools/) or [Clang](https://releases.llvm.org/download.html) or [GCC](https://gcc.gnu.org/install/) installed
2. Have the [xmake](https://xmake.io) build system installed
## Building:
1. Run ``xmake`` to build the project
2. Run ``xmake run`` to run the project