Skip to content

gaoguanglei/Android-OpenGL-ES-2.0-Effects

Repository files navigation

OpenGL_ES_2.0

介绍:本工程展示了多个OpenGLES2.0 特效, 可以运行在Android设备和 Windows设备上。所有代码不保留版权,任何人可以任何目的拿本工程中的代码进行开发。

Introduce: This project show many opengles2.0 effects, suppors Android, windows. Anyone with any purpose can take all code in your project.

#编译 ##On Android:
1 下载NDK, SDK;
2 进入任何例子的jni目录,执行ndk_build;
3. sdk 编译打包运行;
##On Windows

  1. 安装Visual Studio 2013;
  2. 直接运行任何例子的main.sln, 编译;
  3. 运行

#Build ##On Android

  1. download NDK, SDK;
  2. enter android/jni/, exe ndk_build
  3. using eclipse build and run;

##On windows

  1. install visual studio 2013;
  2. run main.sin, build;
  3. run

#Screnshot ##1. fire_flame

##2. ambient_occlusion

##3. anisotropic_effect

##4. bounce_deforming

##5. bounce_solid

##6_bump_specular

##7_bump_spotlight

##8_depth_complexity

##9_depth_of_field

##10_disco_lighting

##11_earth

##12_erosion

##13_fur

##14_glass

##15_glass_complex

##16_hdr