Skip to content

Commit 87f55ba

Browse files
burtburt
burt
authored and
burt
committed
update README.md
1 parent c2fce56 commit 87f55ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Learning OpenGLES 2 for Android is written in Java language. There is an OpenGL ES 2.0 Tutorial at [https://www.raywenderlich.com/69983/video-tutorial-beginner-opengl-es-glkit-part-0-introduction](https://www.raywenderlich.com/69983/video-tutorial-beginner-opengl-es-glkit-part-0-introduction). This tutorial is really great! If you have to learn the opengl es 2.0, you'd like to watch the opengl es 2.0 video tutorial whatever you are iOS developer or Android developer. But This tutorial's example was written in ObjectiveC. So I've made the examples in Java while I am following the tutorial. I've excepted last four examples for making game in 3D.
44

5+
6+
* There is a `LearningOpenGLES2-iOS` : [https://github.com/skyfe79/LearningOpenGLES2](https://github.com/skyfe79/LearningOpenGLES2)
7+
8+
59
## Hello OpenGL
610

711
![](01.HelloOpenGL/result.png)

0 commit comments

Comments
 (0)