Skip to content

jdupuy/opengl-framework

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published