Skip to content

ssloy/hellOGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hellOGL: modern OpenGL hello world

Check the wiki for a detailed description of the source code.

The main idea of this repository is to show you how to create and initialize an OpenGL window; it is surprisingly difficult to have the very first code that compiles and works out of the box. There are numerous repositories doing that, however (in my humble opinion) they miss the sweet spot: either they are hard to follow or the rendrings are ugly.

So here comes hellOGL:

Let us thank Samuel (arshlevon) Sharit for this incredible model!

Use CMake to build the project:

git clone --recurse-submodules https://github.com/ssloy/hellOGL.git
cd hellOGL
mkdir build
cd build
cmake ..
make

About

Yet another (but better) modern OpenGL hello world

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages