随笔分类 - Android
摘要:This sample shows how to build some texture mapping primitives with catcake, and do some interactive with the GLSurfaceView with Android Gesture recognize feature. Build customized catcake pri...
阅读全文
摘要:This sample shows how to build a simple 3d world with Catcake, and make the camera walk around. The 3D world built from the NeHe OpenGL Lesson10. To make all stuffs become much easier, I tried to...
阅读全文
摘要:The article follows the previous article “hello catcake”. In the last lesson, I have successfully built the catcake & hello_catcake and make it run on the Android emulator. But there was a small bug t...
阅读全文
摘要:catcake version catcake-0.9.5-src.tar.gz Build catcake into a static library with Android NDK After downloaded the package, then un-zip it into a workspace folder as you wish. To make some work ...
阅读全文
摘要:Android NDK Version android-ndk-r8b-windows.zip Build Shared Library Create file “Android.mk”under $PROJ_DIR/jni folder LOCAL_PATH := $(call my-dir)include $(CLEAR_VARS)LOCAL_MODULE := he...
阅读全文
摘要:Preparing : jdk-6u32-windows-i586.exe eclipse-java-indigo-SR2-win32.zip installer_r18-windows.exe ADT-18.0.0.zip Before you start install Android NDk, you need make sure Android SDK set up co...
阅读全文
摘要:This program originally come from an Android OpenGLES sample. It display a cube with texture. What I did is I pull the hard code cube mesh data out of the code, and save as an external file “cube.m...
阅读全文