opengl_learn

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

.gitignore (108B)


      1 *.o
      2 00-triangle
      3 01-perspective
      4 02-cube
      5 03-texture
      6 04-lighting
      7 05-geometrytransforms
      8 06-performance
      9 
     10 .*.swp
     11