Skip to content

jdupuy/opengl-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

547aed6 · Feb 14, 2023
Oct 11, 2018
Nov 26, 2018
Sep 20, 2018
Mar 24, 2018
Sep 30, 2018
Sep 30, 2018
Sep 30, 2018
Dec 20, 2018
Oct 2, 2018
May 29, 2018
Feb 14, 2023
Oct 11, 2018
May 29, 2018
Mar 24, 2018
Mar 24, 2018
Apr 26, 2021
Oct 15, 2018

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