Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple OpenGL boilerplate code

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.