Opengl Premake Boilerplate Save

Simple OpenGL boilerplate code

Project README

OpenGL Premake5 Boilerplate

This project a starting point for any application using GLFW, GLAD and GLM. It uses Premake5 to generate the build files. It provides the 'engine.h' header file which imports the libraries and there is a basic GLFW example in 'main.cpp'.

Getting Started

Since this project builds all libraries from source and includes these as submodules, don't forget to clone the project recursively.

Prerequisites

You will need premake5 to build this project. Download it HERE.

Building

Building the project is very easy. Use premake to generate the project files for your platform. Then use the correct build system to build the project.

Linux

premake5 gmake
make -j$(nproc)

Windows

premake5 vs2019

Built With

License

This project is licensed under the MIT License.

Open Source Agenda is not affiliated with "Opengl Premake Boilerplate" Project. README Source: HectorPeeters/opengl_premake_boilerplate
Stars
55
Open Issues
0
Last Commit
4 months ago

Open Source Agenda Badge

Open Source Agenda Rating