opengl_learn

Step-by-step introduction to OpenGL
git clone https://0xdd.org/code/opengl_learn.git
Log | Files | Refs | README | LICENSE

commit e7d56a5cb5f3307f8b45820964e25b22c956b95c
parent ee58f2467a97b3bef00983089ac947e7420cfe38
Author: David DiPaola <DavidDiPaola@users.noreply.github.com>
Date:   Sun, 10 Jun 2018 12:25:29 -0400

doc: updated README

Diffstat:
AREADME.md | 9+++++++++
Dogl/README.md | 5-----
2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,9 @@ +# opengl-learn +personal OpenGL (ES 2.0) sandbox + +code derived from the [opengl-tutorial](http://www.opengl-tutorial.org/) C++ tutorials + +opengl-tutorial code is licensed under the WTFPL: http://www.opengl-tutorial.org/download/ + +this code is licensed under CC0 + diff --git a/ogl/README.md b/ogl/README.md @@ -1,5 +0,0 @@ -# ogl -OpenGL (ES 2.0) helper library - -TODO: everything. it's all busted right now -