/opengl_base

A basic code to init GLFW and OpenGL on Linux (GLAD)

Primary LanguageC

Simple OpenGL test

A simple program to create a window with OpenGL on Linux. No pre-requisites required.

Installation

cmake -B build
cmake --build build

Execute

cd build
./main