jdupuy / opengl-framework

Cross-platform OpenGL demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGL Demos

Build Status Build status

Details

The goal of this repository is to compile OpenGL programs I have written and I find worth sharing. This includes programs I used to generate results of technical papers I have published, or written just for fun :)

License

Apart from the submodule folder, the code from this repository is released in public domain.

Cloning

Clone the repository and all its submodules using the following command:

git clone --recursive git@github.com:jdupuy/opengl-framework.git

If you accidentally omitted the --recursive flag when cloning the repository you can retrieve the submodules like so:

git submodule update --init --recursive

About

Cross-platform OpenGL demos


Languages

Language:C 80.5%Language:C++ 15.6%Language:GLSL 3.7%Language:CMake 0.1%Language:Python 0.1%