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

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

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