Posts

Single Pass Cel/Toon Shading

http://blogs.aerys.in/jeanmarc-leroux/2012/01/23/single-pass-cel-shading/

Fast Rendering in Adobe AIR

Cached Spritesheets http://esdot.ca/site/2012/fast-rendering-in-air-cached-spritesheets Stage.quality = "low" http://esdot.ca/site/2012/using-stage-quality-low-to-boost-your-performance     Understanding GPU Rendering in Adobe AIR for Mobile http://www.indieflashblog.com/understanding-gpu-rendering-in-adobe-air-for-mobile.html AIR for iOS Optimizations http://www.yeahbutisitflash.com/?p=3237 Packager for iPhone: Render Performance http://www.yeahbutisitflash.com/?p=986 Graphics Management with Bitmap Sheets http://www.yeahbutisitflash.com/?p=2195

Using Quaternion to Perform 3D rotations

Using Quaternion to Perform 3D rotations: http://www.cprogramming.com/tutorial/3d/quaternions.html

LLVM introduction

LLVM introduction View more presentations from Jim Huang Getting Started with the LLVM System http://llvm.org/docs/GettingStarted.html   Getting Started: Building and Running Clang http://clang.llvm.org/get_started.html

Google: Native Client Getting Started

Image
Getting Started: https://developers.google.com/native-client/devguide/tutorial OpenGL tutorial http://www.gamedevblog.com/2011/07/native-client-opengl-tutorial.html

Google: Native Client

Support the x86-32, x86-64 and ARM instruction sets. NaCl started as a downloadable NPAPI plugin for multiple browsers, including Firefox, Safari, Opera and Chrome and was designed to transparently load and run other NPAPI plugins compiled as nexes. http://www.chromium.org/nativeclient/getting-started/getting-started-background-and-basics Download sdk: https://developers.google.com/native-client/sdk/download Native Client: A Sandbox for Portable, Untrusted x86 Native Code: http://static.googleusercontent.com/external_content/untrusted_dlcp/research.google.com/zh-TW//pubs/archive/34913.pdf

Problem of Titanium sdk install Android SDK

Image
Install Android SDK to Titanium in windows you may occur some problem: Could not loacate the android sdk titantium Add empty folder "android-7" into "$ANDROID_SDK/platforms/", copy your android sdk folder's content into "android-7". ( for ex: "android-13" to "android-7" ) [ ERROR ] Required jarsigner not found [ ERROR ] Required javac not found [ ERROR ] Required java not found [ ERROR ] One or more required files not found - please check your JAVA_HOME environment variable JAVA_HOME = C:\Program Files\Java\jdk1.7.0_01 But JDK is needed 1.6, reinstall JDK 1.6 and set JAVA_HOME = C:\Program Files\Java\jdk1.6.0_29