www-content/pages/tutorial/gl_2d_tutorial.txt

20 lines
723 B
Plaintext

~~Title: GL 2D Tutorial~~
==== GL 2D Tutorial ====
This tutorial demonstrates how you can handle OpenGL ES graphics with the
GLView widget and EvasGL.
=== Table of Contents ===
* [[/tutorial/gl2d/basic_application|Creating the Basic Application]]
* [[/tutorial/gl2d/creating_cube|Creating the Cube]]
* [[/tutorial/gl2d/drawing_cube|Drawing the Cube with GLView]]
* [[/tutorial/gl2d/rendering_cube|Rendering the Cube]]
* [[/tutorial/gl2d/animating_cube|Animating the Cube]]
* [[/tutorial/gl2d/widget_interaction|Implementing Widget Interaction]]
* [[/tutorial/gl2d/effects|Implementing Effects]]
Gl 2D example: {{ :gl_cube_example.png?600 }}
//**__The whole code__: **//{{ code_c/tutorial/gl2d/gl_2d.c }}